Envato desktop sales notifications
Shows off a notification when you get a new sale on an envato marketplace.
Was ist Envato desktop sales notifications?
Envato desktop sales notifications ist eine Chrome-Erweiterung, die von Hogash entwickelt wurde, und ihr Hauptmerkmal ist "Shows off a notification when you get a new sale on an envato marketplace.".
Erweiterungsscreenshots
Envato desktop sales notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Envato desktop sales notifications-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
This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nnojemajkgfhpkiialpphmlkhhpipfpb |
| Offizielle URL | https://chromewebstore.google.com/detail/envato-desktop-sales-noti/nnojemajkgfhpkiialpphmlkhhpipfpb |
| Beschreibung | Shows off a notification when you get a new sale on an envato marketplace. |
| Dateigröße | 62.08 KB |
| Installationsanzahl | 135 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2015-02-23 |
| Veröffentlichungsdatum | 2015-02-23 |
| Bewertung | 5.00/5 Insgesamt 15 Bewertungen |
| Entwickler | Hogash |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |