Teamo.ru
Teamo.ru extension
What is Teamo.ru?
Teamo.ru is a Chrome extension developed by https://teamo.ru, and its main feature is "Teamo.ru extension".
Extension Screenshots
Download Teamo.ru Extension CRX File
Download Teamo.ru 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
Получайте мгновенные уведомления о новых событиях на Teamo.ru. Не пропустите ни одного знака внимания!
Extension Basic Information
Name | Teamo.ru |
ID | fhnifebbafonofdnbimiaejahcfifmec |
Official URL | https://chromewebstore.google.com/detail/teamoru/fhnifebbafonofdnbimiaejahcfifmec |
Description | Teamo.ru extension |
File Size | 72.61 KB |
Installation Count | 7,280 |
Current Version | 1.2.7 |
Last Updated | 2014-05-30 |
Publish Date | 2014-05-30 |
Rating | 3.48/5 Total 54 Ratings |
Developer | https://teamo.ru |
Payment Type | free |
Extension Website | http://teamo.ru |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.7", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "24": "img\/logo24x24.png", "32": "img\/logo32x32.png", "48": "img\/logo48x48.png", "96": "img\/logo96x96.png", "128": "img\/logo128x128.png" }, "default_locale": "ru", "browser_action": { "default_icon": "img\/logo24x24_gray.png", "default_title": "", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.teamo.ru\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "background": { "page": "background.html" }, "permissions": [ "tabs", "cookies", "background", "notifications", "http:\/\/*.teamo.ru\/*", "https:\/\/api.teamo.ru\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/logo32x32.png", "img\/logo48x48.png", "img\/logo96x96.png", "img\/logo128x128.png" ] } |