Certiflash

Certiflash

Apa itu Certiflash?

Certiflash adalah ekstensi Chrome yang dikembangkan oleh Eurovent, dan fitur utamanya adalah "Certiflash".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Certiflash

Unduh file ekstensi Certiflash dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Certiflash Certiflash
ID gicckpfeifncadjjanfbhdjdihdepegn
URL Resmi https://chrome.google.com/webstore/detail/certiflash/gicckpfeifncadjjanfbhdjdihdepegn
Deskripsi Certiflash
Ukuran File 58.17 KB
Jumlah Instalasi 50
Versi Saat Ini 1.3
Terakhir Diperbarui 2015-03-03
Tanggal Publikasi 2015-02-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Eurovent
Tipe Pembayaran free
Situs Ekstensi http://www.certiflash.com/
URL Halaman Bantuan http://www.certiflash.com/faq.jsp
Bahasa yang Didukung 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"
    }
}