Envato desktop sales notifications
Shows off a notification when you get a new sale on an envato marketplace.
What is Envato desktop sales notifications?
Envato desktop sales notifications is a Chrome extension developed by Hogash, and its main feature is "Shows off a notification when you get a new sale on an envato marketplace.".
Extension Screenshots
Download Envato desktop sales notifications Extension CRX File
Download Envato desktop sales notifications 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
This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace.
Extension Basic Information
Name | Envato desktop sales notifications |
ID | nnojemajkgfhpkiialpphmlkhhpipfpb |
Official URL | https://chromewebstore.google.com/detail/envato-desktop-sales-noti/nnojemajkgfhpkiialpphmlkhhpipfpb |
Description | Shows off a notification when you get a new sale on an envato marketplace. |
File Size | 62.08 KB |
Installation Count | 135 |
Current Version | 1.0.2 |
Last Updated | 2015-02-23 |
Publish Date | 2015-02-23 |
Rating | 5.00/5 Total 15 Ratings |
Developer | Hogash |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Envato desktop sales notifications", "version": "1.0.2", "description": "Shows off a notification when you get a new sale on an envato marketplace.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications", "background" ], "options_page": "options.html", "background": { "page": "background.html" }, "manifest_version": 2 } |