eData Search
Allows the user to search companies in eData.biz.
Co to jest eData Search?
eData Search to rozszerzenie Chrome opracowane przez eData, a jego główną funkcją jest „Allows the user to search companies in eData.biz.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia eData Search
Pobierz pliki rozszerzeń eData Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffdabnbhabodigjmnnehnnceifgkogao |
Oficjalny URL | https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao |
Opis | Allows the user to search companies in eData.biz. |
Rozmiar pliku | 103 KB |
Liczba instalacji | 66 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-12-12 |
Data Publikacji | 2017-12-12 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | eData |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://edata.biz |
Obsługiwane Języki | 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" } |