Envato Notifications Sales

Basic Envato Notifications Sales

Was ist Envato Notifications Sales?

Envato Notifications Sales ist eine Chrome-Erweiterung, die von https://jodacame.com entwickelt wurde, und ihr Hauptmerkmal ist "Basic Envato Notifications Sales".

Erweiterungsscreenshots

screenshot

Envato Notifications Sales-Erweiterungs-CRX-Datei herunterladen

Laden Sie Envato Notifications Sales-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Envato Notifications Sales Envato Notifications Sales
ID helmefkledpmbmlkelnpcjdepilkpnem
Offizielle URL https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem
Beschreibung Basic Envato Notifications Sales
Dateigröße 45.62 KB
Installationsanzahl 21
Aktuelle Version 1.4
Letztes Update 2014-10-31
Veröffentlichungsdatum 2014-10-31
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://jodacame.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}