ActionAlly for Chrome

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

Was ist ActionAlly for Chrome?

ActionAlly for Chrome ist eine Chrome-Erweiterung, die von http://actionally.com entwickelt wurde, und ihr Hauptmerkmal ist "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".

Erweiterungsscreenshots

screenshot

ActionAlly for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie ActionAlly for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name ActionAlly for Chrome ActionAlly for Chrome
ID lekdfhfafmgoclnmjofbojghidepkkdn
Offizielle URL https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn
Beschreibung ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
Dateigröße 153 KB
Installationsanzahl 201
Aktuelle Version 0.0.1
Letztes Update 2015-01-09
Veröffentlichungsdatum 2015-01-09
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler http://actionally.com
Zahlungsart free
Erweiterungswebsite http://actionally.com/chrome-extension
Hilfeseite URL http://actionally.com/support
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}