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 Adrien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cette extension vous permet d'être informé des dernières actualités de Click-it.fr"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Click-it - Notifications sur Google Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |