Envato Notifications Sales
Basic Envato Notifications Sales
Hvad er Envato Notifications Sales?
Envato Notifications Sales er en Chrome-udvidelse udviklet af https://jodacame.com, og dens hovedfunktion er "Basic Envato Notifications Sales".
Udvidelsesskærmbilleder
Download Envato Notifications Sales-udvidelses-CRX-fil
Download Envato Notifications Sales-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
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æggende oplysninger om udvidelsen
| Navn | |
| ID | helmefkledpmbmlkelnpcjdepilkpnem |
| Officiel URL | https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem |
| Beskrivelse | Basic Envato Notifications Sales |
| Filstørrelse | 45.62 KB |
| Antal Installationer | 21 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2014-10-31 |
| Udgivelsesdato | 2014-10-31 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | https://jodacame.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |