eData Search
Allows the user to search companies in eData.biz.
Wat is eData Search?
eData Search is een Chrome-extensie ontwikkeld door eData, en de belangrijkste functie is "Allows the user to search companies in eData.biz.".
Extensie Screenshots
Download het CRX-bestand van de extensie eData Search
Download eData Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ffdabnbhabodigjmnnehnnceifgkogao |
| Officiële URL | https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao |
| Beschrijving | Allows the user to search companies in eData.biz. |
| Bestandsgrootte | 103 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2017-12-12 |
| Publicatiedatum | 2017-12-12 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | eData |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://edata.biz |
| Ondersteunde Talen | 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"
} | |