Envato desktop sales notifications

Shows off a notification when you get a new sale on an envato marketplace.

Cos'è Envato desktop sales notifications?

Envato desktop sales notifications è un'estensione di Chrome sviluppata da Hogash, e la sua funzione principale è "Shows off a notification when you get a new sale on an envato marketplace.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Envato desktop sales notifications

Scarica i file di estensione Envato desktop sales notifications 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

                        This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace.                    

Informazioni di Base sull'Estensione

Nome Envato desktop sales notifications Envato desktop sales notifications
ID nnojemajkgfhpkiialpphmlkhhpipfpb
URL Ufficiale https://chromewebstore.google.com/detail/envato-desktop-sales-noti/nnojemajkgfhpkiialpphmlkhhpipfpb
Descrizione Shows off a notification when you get a new sale on an envato marketplace.
Dimensione del File 62.08 KB
Conteggio Installazioni 135
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-02-23
Data di Pubblicazione 2015-02-23
Valutazione 5.00/5 Totale 15 Valutazioni
Sviluppatore Hogash
Tipo di Pagamento free
Lingue Supportate 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
}