eData Search
Allows the user to search companies in eData.biz.
Cos'è eData Search?
eData Search è un'estensione di Chrome sviluppata da eData, e la sua funzione principale è "Allows the user to search companies in eData.biz.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione eData Search
Scarica i file di estensione eData Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | ffdabnbhabodigjmnnehnnceifgkogao |
| URL Ufficiale | https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao |
| Descrizione | Allows the user to search companies in eData.biz. |
| Dimensione del File | 103 KB |
| Conteggio Installazioni | 66 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2017-12-12 |
| Data di Pubblicazione | 2017-12-12 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | eData |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://edata.biz |
| Lingue Supportate | 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"
} | |