Envato Notifications Sales
Basic Envato Notifications Sales
Cos'è Envato Notifications Sales?
Envato Notifications Sales è un'estensione di Chrome sviluppata da https://jodacame.com, e la sua funzione principale è "Basic Envato Notifications Sales".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Envato Notifications Sales
Scarica i file di estensione Envato Notifications Sales in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | helmefkledpmbmlkelnpcjdepilkpnem |
| URL Ufficiale | https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem |
| Descrizione | Basic Envato Notifications Sales |
| Dimensione del File | 45.62 KB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2014-10-31 |
| Data di Pubblicazione | 2014-10-31 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | https://jodacame.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |