ActionAlly for Chrome

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

Vad är ActionAlly for Chrome?

ActionAlly for Chrome är en Chrome-tillägg utvecklad av http://actionally.com, och dess huvudfunktion är "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".

Tilläggsskärmbilder

screenshot

Ladda ner ActionAlly for Chrome-förlängningens CRX-fil

Ladda ner ActionAlly for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn ActionAlly for Chrome ActionAlly for Chrome
ID lekdfhfafmgoclnmjofbojghidepkkdn
Officiell webbadress https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn
Beskrivning ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
Filstorlek 153 KB
Antal Installationer 201
Aktuell Version 0.0.1
Senast Uppdaterad 2015-01-09
Publiceringsdatum 2015-01-09
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare http://actionally.com
Betalningssätt free
Tilläggswebbplats http://actionally.com/chrome-extension
Hjälpsida URL http://actionally.com/support
Stödda Språk 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:\/\/*\/*"
    ]
}