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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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...
Основная информация о расширении
Название | Osclass Chrome Extension |
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" } |