Envato desktop sales notifications
Shows off a notification when you get a new sale on an envato marketplace.
Hvad er Envato desktop sales notifications?
Envato desktop sales notifications er en Chrome-udvidelse udviklet af Hogash, og dens hovedfunktion er "Shows off a notification when you get a new sale on an envato marketplace.".
Udvidelsesskærmbilleder
Download Envato desktop sales notifications-udvidelses-CRX-fil
Download Envato desktop sales notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This is a simple, yet powerful extensions for displaying a desktop notification when you get a new sale on any Envato Marketplace. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nnojemajkgfhpkiialpphmlkhhpipfpb |
| Officiel URL | https://chromewebstore.google.com/detail/envato-desktop-sales-noti/nnojemajkgfhpkiialpphmlkhhpipfpb |
| Beskrivelse | Shows off a notification when you get a new sale on an envato marketplace. |
| Filstørrelse | 62.08 KB |
| Antal Installationer | 135 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2015-02-23 |
| Udgivelsesdato | 2015-02-23 |
| Bedømmelse | 5.00/5 Samlet 15 Bedømmelser |
| Udvikler | Hogash |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |