ICanProve
www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…
Wat is ICanProve?
ICanProve is een Chrome-extensie ontwikkeld door https://www.icanprove.com, en de belangrijkste functie is "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…".
Extensie Screenshots
Download het CRX-bestand van de extensie ICanProve
Download ICanProve-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
www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will take you there and automatically copy the address of the current page.
Basisinformatie over de Extensie
Naam | |
ID | pbllaemjgaiebphgamlmcckgagmomooo |
Officiële URL | https://chromewebstore.google.com/detail/icanprove/pbllaemjgaiebphgamlmcckgagmomooo |
Beschrijving | www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will… |
Bestandsgrootte | 11.1 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-05 |
Publicatiedatum | 2014-01-05 |
Ontwikkelaar | https://www.icanprove.com |
Betalingswijze | free |
Extensiewebsite | http://www.icanprove.com |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ICanProve", "manifest_version": 2, "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "ICanProve", "default_icon": { "19": "Logo19.png", "38": "Logo38.png" } }, "icons": { "16": "Logo16.png", "48": "Logo48.png", "128": "Logo128.png" } } |