ActionAlly for Chrome
ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
Wat is ActionAlly for Chrome?
ActionAlly for Chrome is een Chrome-extensie ontwikkeld door http://actionally.com, en de belangrijkste functie is "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".
Extensie Screenshots
Download het CRX-bestand van de extensie ActionAlly for Chrome
Download ActionAlly for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | lekdfhfafmgoclnmjofbojghidepkkdn |
Officiële URL | https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn |
Beschrijving | ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com |
Bestandsgrootte | 153 KB |
Aantal Installaties | 201 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-01-09 |
Publicatiedatum | 2015-01-09 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://actionally.com |
Betalingswijze | free |
Extensiewebsite | http://actionally.com/chrome-extension |
Help Pagina-URL | http://actionally.com/support |
Ondersteunde Talen | 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:\/\/*\/*" ] } |