Envato Notifications Sales
Basic Envato Notifications Sales
Wat is Envato Notifications Sales?
Envato Notifications Sales is een Chrome-extensie ontwikkeld door https://jodacame.com, en de belangrijkste functie is "Basic Envato Notifications Sales".
Extensie Screenshots
Download het CRX-bestand van de extensie Envato Notifications Sales
Download Envato Notifications Sales-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Envato Notifications Sales |
ID | helmefkledpmbmlkelnpcjdepilkpnem |
Officiële URL | https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem |
Beschrijving | Basic Envato Notifications Sales |
Bestandsgrootte | 45.62 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-10-31 |
Publicatiedatum | 2014-10-31 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://jodacame.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |