QComment - биржа комментариев
Инструмент по крауд-маркетингу
What is QComment - биржа комментариев?
QComment - биржа комментариев is a Chrome extension developed by http://qcomment.ru, and its main feature is "Инструмент по крауд-маркетингу".
Extension Screenshots
Download QComment - биржа комментариев Extension CRX File
Download QComment - биржа комментариев extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Инструмент по крауд-маркетингу для авторов и заказчиков биржи комментариев QComment.ru.
Extension Basic Information
Name | |
ID | pmjlgpnejemmngndhhnogehoocgkemlb |
Official URL | https://chrome.google.com/webstore/detail/qcomment-%D0%B1%D0%B8%D1%80%D0%B6%D0%B0-%D0%BA%D0%BE%D0%BC%D0%BC%D0%B5%D0%BD%D1%82%D0%B0%D1%80%D0%B8/pmjlgpnejemmngndhhnogehoocgkemlb |
Description | Инструмент по крауд-маркетингу |
File Size | 332 KB |
Installation Count | 7,299 |
Current Version | 2.0.10 |
Last Updated | 2020-10-01 |
Publish Date | 2020-10-01 |
Rating | 4.28/5 Total 127 Ratings |
Developer | http://qcomment.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://qcomment.ru/ |
Help Page URL | https://qcomment.ru/support |
Privacy Policy Page URL | https://qcomment.ru/confidencial |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QComment - \u0431\u0438\u0440\u0436\u0430 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432", "description": "\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u043f\u043e \u043a\u0440\u0430\u0443\u0434-\u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0443", "version": "2.0.10", "background": { "persistent": true, "scripts": [ "jquery-3.1.1.min.js", "background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "background", "notifications", "https:\/\/qcomment.ru\/site\/userplugin" ], "optional_permissions": [ "tabs", "activeTab" ], "web_accessible_resources": [ "*.ttf", "*.wofl" ] } |