Timer Agent: Time & Task manager

Integrates Timer Agent with many popular websites

Qu'est-ce que Timer Agent: Time & Task manager ?

Timer Agent: Time & Task manager est une extension Chrome développée par https://timeragent.com, et sa fonction principale est "Integrates Timer Agent with many popular websites".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Timer Agent: Time & Task manager

Téléchargez les fichiers d'extension Timer Agent: Time & Task manager 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

                                            

Informations de Base sur l'Extension

Nom Timer Agent: Time & Task manager Timer Agent: Time & Task manager
ID hfcmoakkedofbpojbohbabbbpnhgboap
URL Officiel https://chromewebstore.google.com/detail/timer-agent-time-task-man/hfcmoakkedofbpojbohbabbbpnhgboap
Description Integrates Timer Agent with many popular websites
Taille du Fichier 2.04 MB
Nombre d'Installations 16
Version Actuelle 0.3.0
Dernière Mise à Jour 2019-02-07
Date de Publication 2019-02-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://timeragent.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.timeragent.com
URL de la Page d'Aide https://timeragent.com/docs
Langues Prises en Charge en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/timeragent.com\/",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.timeragent.com\/*",
        "*:\/\/timeragent.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/*.atlassian.net\/*",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "contextMenus",
        "notifications",
        "idle",
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.timeragent.com\/*",
            "*:\/\/timeragent.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-rGvrHuhi0uyiy4UVr6TYjmqML4w7Cd8XyA5UGD5rO68='; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_extShortName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "browser_style": true
    },
    "commands": {
        "start-stop-current-task": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "__MSG_extStartStopTask__"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "version": "0.3.0"
}