Extension Access Manager
Securely connect your Chrome extension to WordPress for uploading images and posting content via custom REST API.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 90 days ago
Is Extension Access Manager abandoned?
Likely maintained (last update 90 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Extension Access Manager enables a secure, custom REST API endpoint for uploading images and submitting posts directly to WordPress. Built for browser extensions and third-party apps, it simplifies content publishing and media handling through a protected access token system.
Key Features
- Secure image upload via POST request
- JSON-based post publishing from extensions
- Token-based authentication
- Built for integration with Chrome extensions
- Lightweight and easy to set up
License
This plugin is licensed under the GPLv2 or later. See the License URI for more information.
Installation
- Upload the plugin ZIP via Plugins > Add New > Upload Plugin in your WordPress dashboard.
- Activate the plugin.
- Use the
/wp-json/custom-api/receiveendpoint for communication. - Set your token in the plugin PHP file (
$secretToken = 'your_custom_token';) for access control.
Frequently Asked Questions
Yes. Just make sure your extension makes requests to the correct endpoint and includes the token.
The plugin accepts JSON containing title, content, and image_url.
Review feed
Screenshots
Changelog
1.1
- Added REST route /import-categories to import scraped categories.
- Improved image handling and .webp/base64 upload fallback.
- Fixed minor bugs.