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 |
公式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" } } |