Envato Notifications Sales

Basic Envato Notifications Sales

Vad är Envato Notifications Sales?

Envato Notifications Sales är en Chrome-tillägg utvecklad av https://jodacame.com, och dess huvudfunktion är "Basic Envato Notifications Sales".

Tilläggsskärmbilder

screenshot

Ladda ner Envato Notifications Sales-förlängningens CRX-fil

Ladda ner Envato Notifications Sales-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Envato Notifications Sales Envato Notifications Sales
ID helmefkledpmbmlkelnpcjdepilkpnem
Officiell webbadress https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem
Beskrivning Basic Envato Notifications Sales
Filstorlek 45.62 KB
Antal Installationer 21
Aktuell Version 1.4
Senast Uppdaterad 2014-10-31
Publiceringsdatum 2014-10-31
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://jodacame.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}