Certiflash

Certiflash

Cos'è Certiflash?

Certiflash è un'estensione di Chrome sviluppata da Eurovent, e la sua funzione principale è "Certiflash".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Certiflash

Scarica i file di estensione Certiflash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The certified card, which is related to products references, appears by Search engine activation by entering a key word corresponding to his research (company, trade name, references…), the Internet user will be guided and informed thanks to CERTIFLASH® Certified data at a glance.                    

Informazioni di Base sull'Estensione

Nome Certiflash Certiflash
ID gicckpfeifncadjjanfbhdjdihdepegn
URL Ufficiale https://chrome.google.com/webstore/detail/certiflash/gicckpfeifncadjjanfbhdjdihdepegn
Descrizione Certiflash
Dimensione del File 58.17 KB
Conteggio Installazioni 50
Versione Corrente 1.3
Ultimo Aggiornamento 2015-03-03
Data di Pubblicazione 2015-02-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Eurovent
Tipo di Pagamento free
Sito Web dell'Estensione http://www.certiflash.com/
URL della Pagina di Aiuto http://www.certiflash.com/faq.jsp
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Certiflash",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Certiflash",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_icon": "icon1.png",
        "default_title": "Certiflash"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "48": "logo-48.png",
        "128": "logo.png"
    }
}