Certiflash
Certiflash
What is Certiflash?
Certiflash is a Chrome extension developed by Eurovent, and its main feature is "Certiflash".
Extension Screenshots
Download Certiflash Extension CRX File
Download Certiflash extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gicckpfeifncadjjanfbhdjdihdepegn |
Official URL | https://chrome.google.com/webstore/detail/certiflash/gicckpfeifncadjjanfbhdjdihdepegn |
Description | Certiflash |
File Size | 58.17 KB |
Installation Count | 50 |
Current Version | 1.3 |
Last Updated | 2015-03-03 |
Publish Date | 2015-02-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Eurovent |
Payment Type | free |
Extension Website | http://www.certiflash.com/ |
Help Page URL | http://www.certiflash.com/faq.jsp |
Supported Languages | 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" } } |