Envato desktop sales notifications
Shows off a notification when you get a new sale on an envato marketplace.
Qu'est-ce que Envato desktop sales notifications ?
Envato desktop sales notifications est une extension Chrome développée par Hogash, et sa fonction principale est "Shows off a notification when you get a new sale on an envato marketplace.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Envato desktop sales notifications
Téléchargez les fichiers d'extension Envato desktop sales notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace.
Informations de Base sur l'Extension
Nom | Envato desktop sales notifications |
ID | nnojemajkgfhpkiialpphmlkhhpipfpb |
URL Officiel | 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. |
Taille du Fichier | 62.08 KB |
Nombre d'Installations | 135 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-02-23 |
Date de Publication | 2015-02-23 |
Évaluation | 5.00/5 Total 15 Évaluations |
Développeur | Hogash |
Type de Paiement | free |
Langues Prises en Charge | 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 } |