Certiflash

Certiflash

Wat is Certiflash?

Certiflash is een Chrome-extensie ontwikkeld door Eurovent, en de belangrijkste functie is "Certiflash".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Certiflash

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

                        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.                    

Basisinformatie over de Extensie

Naam Certiflash Certiflash
ID gicckpfeifncadjjanfbhdjdihdepegn
Officiële URL https://chrome.google.com/webstore/detail/certiflash/gicckpfeifncadjjanfbhdjdihdepegn
Beschrijving Certiflash
Bestandsgrootte 58.17 KB
Aantal Installaties 50
Huidige Versie 1.3
Laatst Bijgewerkt 2015-03-03
Publicatiedatum 2015-02-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Eurovent
Betalingswijze free
Extensiewebsite http://www.certiflash.com/
Help Pagina-URL http://www.certiflash.com/faq.jsp
Ondersteunde Talen 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"
    }
}