Teamo.ru
Teamo.ru extension
Teamo.ruとは何ですか?
Teamo.ruはhttps://teamo.ruによって開発されたChromeの拡張機能で、その主な機能は「Teamo.ru extension」です。
拡張機能のスクリーンショット
Teamo.ru拡張機能のCRXファイルをダウンロード
Teamo.ru拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Получайте мгновенные уведомления о новых событиях на Teamo.ru. Не пропустите ни одного знака внимания! 拡張機能の基本情報
| 名前 | |
| ID | fhnifebbafonofdnbimiaejahcfifmec |
| 公式URL | https://chromewebstore.google.com/detail/teamoru/fhnifebbafonofdnbimiaejahcfifmec |
| 説明 | Teamo.ru extension |
| ファイルサイズ | 72.61 KB |
| インストール数 | 7,280 |
| 現在のバージョン | 1.2.7 |
| 最終更新日 | 2014-05-30 |
| 公開日 | 2014-05-30 |
| 評価 | 3.48/5 合計 54 レビュー |
| 開発者 | https://teamo.ru |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://teamo.ru |
| 対応言語 | 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"
]
} | |