Envato Notifications Sales
Basic Envato Notifications Sales
What is Envato Notifications Sales?
Envato Notifications Sales is a Chrome extension developed by https://jodacame.com, and its main feature is "Basic Envato Notifications Sales".
Extension Screenshots
Download Envato Notifications Sales Extension CRX File
Download Envato Notifications Sales 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
Basic Envato Sales Notification - New Sales - Desktop Notification - Sales Month Count ** The plugins refresh data every 5 minutes ** Go to options and set your config
Extension Basic Information
Name | Envato Notifications Sales |
ID | helmefkledpmbmlkelnpcjdepilkpnem |
Official URL | https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem |
Description | Basic Envato Notifications Sales |
File Size | 45.62 KB |
Installation Count | 21 |
Current Version | 1.4 |
Last Updated | 2014-10-31 |
Publish Date | 2014-10-31 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://jodacame.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Envato Notifications Sales", "description": "Basic Envato Notifications Sales", "version": "1.4", "icons": { "16": "icon.png", "48": "icon_64.png", "128": "icon_64.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "option.html", "permissions": [ "notifications", "storage", "https:\/\/maxcdn.bootstrapcdn.com\/*" ], "background": { "scripts": [ "background.js" ] } } |