ICanProve

www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…

What is ICanProve?

ICanProve is a Chrome extension developed by https://www.icanprove.com, and its main feature is "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…".

Extension Screenshots

screenshot

Download ICanProve Extension CRX File

Download ICanProve 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

                        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.                    

Extension Basic Information

Name ICanProve ICanProve
ID pbllaemjgaiebphgamlmcckgagmomooo
Official URL https://chromewebstore.google.com/detail/icanprove/pbllaemjgaiebphgamlmcckgagmomooo
Description www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…
File Size 11.1 KB
Installation Count 22
Current Version 1.0
Last Updated 2014-01-05
Publish Date 2014-01-05
Developer https://www.icanprove.com
Payment Type free
Extension Website http://www.icanprove.com
Supported Languages 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"
    }
}