ActionAlly for Chrome

ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com

Qu'est-ce que ActionAlly for Chrome ?

ActionAlly for Chrome est une extension Chrome développée par http://actionally.com, et sa fonction principale est "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ActionAlly for Chrome

Téléchargez les fichiers d'extension ActionAlly for Chrome 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 ActionAlly for Chrome ActionAlly for Chrome
ID lekdfhfafmgoclnmjofbojghidepkkdn
URL Officiel https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn
Description ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
Taille du Fichier 153 KB
Nombre d'Installations 201
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-01-09
Date de Publication 2015-01-09
Évaluation 3.67/5 Total 3 Évaluations
Développeur http://actionally.com
Type de Paiement free
Site Web de l'Extension http://actionally.com/chrome-extension
URL de la Page d'Aide http://actionally.com/support
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ActionAlly for Chrome",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "activeTab",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}