eData Search
Allows the user to search companies in eData.biz.
What is eData Search?
eData Search is a Chrome extension developed by eData, and its main feature is "Allows the user to search companies in eData.biz.".
Extension Screenshots
Download eData Search Extension CRX File
Download eData Search 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
Extension Basic Information
Name | |
ID | ffdabnbhabodigjmnnehnnceifgkogao |
Official URL | https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao |
Description | Allows the user to search companies in eData.biz. |
File Size | 103 KB |
Installation Count | 66 |
Current Version | 1.2 |
Last Updated | 2017-12-12 |
Publish Date | 2017-12-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | eData |
[email protected] | |
Payment Type | free |
Extension Website | https://edata.biz |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eData Search", "description": "Allows the user to search companies in eData.biz.", "version": "1.2", "browser_action": { "default_icon": "\/app\/images\/edata-icon-48.png", "default_popup": "\/app\/template\/panel.html", "default_title": "eData Search" }, "icons": { "16": "\/app\/images\/edata-icon-16.png", "32": "\/app\/images\/edata-icon-32.png", "48": "\/app\/images\/edata-icon-48.png" }, "background": { "scripts": [ "\/app\/js\/content_script.js", "\/app\/js\/jquery-3.2.1.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.edata.biz\/*" ], "js": [ "\/app\/js\/edata_script.js" ] } ], "permissions": [ "activeTab", "storage", "contextMenus", "https:\/\/*.edata.biz\/*" ], "homepage_url": "https:\/\/edata.biz" } |