Certiflash
Certiflash
什麼是Certiflash?
Certiflash是由Eurovent開發的Chrome擴展程式,該擴展的主要功能是“Certiflash”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | gicckpfeifncadjjanfbhdjdihdepegn |
官方網址 | 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" } } |