Auto Approve
This extension allow to auto approve registered organisation.
What is Auto Approve?
Auto Approve is a Chrome extension developed by Grzegorz Zalewski, and its main feature is "This extension allow to auto approve registered organisation.".
Download Auto Approve Extension CRX File
Download Auto Approve extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
private app to quick approve charity
Extension Basic Information
Name | |
ID | pcdkbcppahcbhdcijmfjdcoccehkaanj |
Official URL | https://chrome.google.com/webstore/detail/auto-approve/pcdkbcppahcbhdcijmfjdcoccehkaanj |
Description | This extension allow to auto approve registered organisation. |
File Size | 517 KB |
Installation Count | 19 |
Current Version | 1.1 |
Last Updated | 2015-07-16 |
Publish Date | 2015-07-16 |
Developer | Grzegorz Zalewski |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Approve", "description": "This extension allow to auto approve registered organisation.", "version": "1.1", "permissions": [ "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" } } |