ActionAlly for Chrome

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

What is ActionAlly for Chrome?

ActionAlly for Chrome is a Chrome extension developed by http://actionally.com, and its main feature is "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".

Extension Screenshots

screenshot

Download ActionAlly for Chrome Extension CRX File

Download ActionAlly for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name ActionAlly for Chrome ActionAlly for Chrome
ID lekdfhfafmgoclnmjofbojghidepkkdn
Official URL 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
File Size 153 KB
Installation Count 201
Current Version 0.0.1
Last Updated 2015-01-09
Publish Date 2015-01-09
Rating 3.67/5 Total 3 Ratings
Developer http://actionally.com
Payment Type free
Extension Website http://actionally.com/chrome-extension
Help Page URL http://actionally.com/support
Supported Languages 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:\/\/*\/*"
    ]
}