ICanProve

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

Qu'est-ce que ICanProve ?

ICanProve est une extension Chrome développée par https://www.icanprove.com, et sa fonction principale est "www.icanprove.com creates signed screenshots and session logs to demonstrate the state/content of a web page. This extension will…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ICanProve

Téléchargez les fichiers d'extension ICanProve au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ICanProve ICanProve
ID pbllaemjgaiebphgamlmcckgagmomooo
URL Officiel 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…
Taille du Fichier 11.1 KB
Nombre d'Installations 22
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-05
Date de Publication 2014-01-05
Développeur https://www.icanprove.com
Type de Paiement free
Site Web de l'Extension http://www.icanprove.com
Langues Prises en Charge 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"
    }
}