Envato Notifications Sales
Basic Envato Notifications Sales
ما هو Envato Notifications Sales؟
Envato Notifications Sales هو إضافة Chrome تم تطويرها بواسطة https://jodacame.com، والميزة الرئيسية لها هي "Basic Envato Notifications Sales".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Envato Notifications Sales
قم بتنزيل ملفات الامتداد Envato Notifications Sales بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | helmefkledpmbmlkelnpcjdepilkpnem |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem |
| الوصف | Basic Envato Notifications Sales |
| حجم الملف | 45.62 KB |
| عدد التثبيتات | 21 |
| النسخة الحالية | 1.4 |
| آخر تحديث | 2014-10-31 |
| تاريخ النشر | 2014-10-31 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://jodacame.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
]
}
} | |