Osclass Chrome Extension
Get the latest classifieds ads updates & notifications right from your browser.
ما هو Osclass Chrome Extension؟
Osclass Chrome Extension هو إضافة Chrome تم تطويرها بواسطة osclassapps.com، والميزة الرئيسية لها هي "Get the latest classifieds ads updates & notifications right from your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Osclass Chrome Extension
قم بتنزيل ملفات الامتداد Osclass Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get the latest classifieds ads updates & notifications right from your browser. Choose categories you're interested in, turn notifications on and off for certain categories and more.
This is a demo extension for osclass, you can buy your own extension from our site http://osclassapps.com
This extension will work with any osclass themes, bender, neutron etc... معلومات أساسية عن التمديد
| الاسم | |
| ID | dgppgdkfcogplifcnmlibblepdjngjhi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/osclass-chrome-extension/dgppgdkfcogplifcnmlibblepdjngjhi |
| الوصف | Get the latest classifieds ads updates & notifications right from your browser. |
| حجم الملف | 123 KB |
| عدد التثبيتات | 18 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2016-12-25 |
| تاريخ النشر | 2016-12-23 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | osclassapps.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://osclassapps.com |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Osclass Chrome Extension",
"description": "Get the latest classifieds ads updates & notifications right from your browser.",
"background": {
"page": "background.html"
},
"default_locale": "en",
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/icon-128.png",
"16": "img\/icon-16.png",
"48": "img\/icon-48.png"
},
"manifest_version": 2,
"options_page": "options.html",
"permissions": [
"tabs",
"alarms",
"notifications",
"*:\/\/*\/*"
],
"version": "1.0"
} | |