Click-it - Notifications sur Google Chrome
Cette extension vous permet d'être informé des dernières actualités de Click-it.fr
Что такое Click-it - Notifications sur Google Chrome?
Click-it - Notifications sur Google Chrome - это расширение Chrome, разработанное Adrien, и его основная функция - "Cette extension vous permet d'être informé des dernières actualités de Click-it.fr".
Снимки экрана расширения
Скачать файл CRX расширения Click-it - Notifications sur Google Chrome
Скачайте файлы расширений Click-it - Notifications sur Google Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Grâce à l'extension Click-it.fr, vous pouvez être informé en un click des dernières actualités du site internet (missions ajoutées, informations, nouveautés).
Основная информация о расширении
Название | |
ID | cklbmjbjfgmbglpgpepmcofaldcipoif |
Официальный URL | https://chromewebstore.google.com/detail/click-it-notifications-su/cklbmjbjfgmbglpgpepmcofaldcipoif |
Описание | Cette extension vous permet d'être informé des dernières actualités de Click-it.fr |
Размер файла | 140 KB |
Количество установок | 30 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-09-11 |
Дата публикации | 2016-09-11 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Adrien |
Тип оплаты | free |
Официальный сайт расширения | http://click-it.fr |
URL страницы помощи | http://click-it.fr/index.php/a-propos/support |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click-it - Notifications sur Google Chrome", "description": "Cette extension vous permet d'\u00eatre inform\u00e9 des derni\u00e8res actualit\u00e9s de Click-it.fr", "version": "1.0", "browser_action": { "default_icon": "newlogfb.png", "default_popup": "popup.html", "default_title": "Afficher les derni\u00e8res actualit\u00e9s du site Click-it.fr" }, "background": { "scripts": [ "click.js" ], "persistent": false }, "icons": { "16": "newlogfb.png", "48": "newlogfb.png", "128": "newlogfb.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |