Teamo.ru

Teamo.ru extension

Qu'est-ce que Teamo.ru ?

Teamo.ru est une extension Chrome développée par https://teamo.ru, et sa fonction principale est "Teamo.ru extension".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Teamo.ru

Téléchargez les fichiers d'extension Teamo.ru au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Получайте мгновенные уведомления о новых событиях на Teamo.ru. Не пропустите ни одного знака внимания!                    

Informations de Base sur l'Extension

Nom Teamo.ru Teamo.ru
ID fhnifebbafonofdnbimiaejahcfifmec
URL Officiel https://chromewebstore.google.com/detail/teamoru/fhnifebbafonofdnbimiaejahcfifmec
Description Teamo.ru extension
Taille du Fichier 72.61 KB
Nombre d'Installations 7,280
Version Actuelle 1.2.7
Dernière Mise à Jour 2014-05-30
Date de Publication 2014-05-30
Évaluation 3.48/5 Total 54 Évaluations
Développeur https://teamo.ru
Type de Paiement free
Site Web de l'Extension http://teamo.ru
Langues Prises en Charge 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"
    ]
}