Certiflash

Certiflash

什么是Certiflash?

Certiflash是由Eurovent开发的Chrome扩展程序,该扩展的主要功能是“Certiflash”。

扩展截图

screenshot
screenshot

下载Certiflash扩展crx文件

下载Certiflash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Certiflash Certiflash
ID gicckpfeifncadjjanfbhdjdihdepegn
官方URL https://chrome.google.com/webstore/detail/certiflash/gicckpfeifncadjjanfbhdjdihdepegn
简介 Certiflash
文件大小 58.17 KB
安装次数 50
当前版本 1.3
更新时间 2015-03-03
上架时间 2015-02-27
评分 5.00/5 共1次评分
开发者 Eurovent
付费类型 free
扩展官网 http://www.certiflash.com/
帮助页面URL http://www.certiflash.com/faq.jsp
支持的语言 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"
    }
}