Envato Notifications Sales

Basic Envato Notifications Sales

Qu'est-ce que Envato Notifications Sales ?

Envato Notifications Sales est une extension Chrome développée par https://jodacame.com, et sa fonction principale est "Basic Envato Notifications Sales".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Envato Notifications Sales

Téléchargez les fichiers d'extension Envato Notifications Sales 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

                        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                    

Informations de Base sur l'Extension

Nom Envato Notifications Sales Envato Notifications Sales
ID helmefkledpmbmlkelnpcjdepilkpnem
URL Officiel https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem
Description Basic Envato Notifications Sales
Taille du Fichier 45.62 KB
Nombre d'Installations 21
Version Actuelle 1.4
Dernière Mise à Jour 2014-10-31
Date de Publication 2014-10-31
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://jodacame.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}