ICanProve
www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…
Was ist ICanProve?
ICanProve ist eine Chrome-Erweiterung, die von https://www.icanprove.com entwickelt wurde, und ihr Hauptmerkmal ist "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…".
Erweiterungsscreenshots
ICanProve-Erweiterungs-CRX-Datei herunterladen
Laden Sie ICanProve-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pbllaemjgaiebphgamlmcckgagmomooo |
Offizielle URL | https://chromewebstore.google.com/detail/icanprove/pbllaemjgaiebphgamlmcckgagmomooo |
Beschreibung | www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will… |
Dateigröße | 11.1 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-01-05 |
Veröffentlichungsdatum | 2014-01-05 |
Entwickler | https://www.icanprove.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.icanprove.com |
Unterstützte Sprachen | 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" } } |