Legalpioneer Search
Right-click Legalpioneer.org search functionality.
Co to jest Legalpioneer Search?
Legalpioneer Search to rozszerzenie Chrome opracowane przez https://www.legalpioneer.org, a jego główną funkcją jest „Right-click Legalpioneer.org search functionality.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Legalpioneer Search
Pobierz pliki rozszerzeń Legalpioneer 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
Select any “term” on any webpage and right-click to search it on Legalpioneer.org to explore 5400+ business and ideas in 800+ locations across the globe that impact the law.
Want to find out if 'Legalcomplex' is a company operating in the legal industry or how 'drones' are deployed to settle lawsuits. Select either of these terms and browse the results on Legalpioneer.org on a map or list.
Legalpioneer.org is a non-profit and open community proudly build to power world peace. We support the pioneers in the legal industry with data and ideas to make our society a little safer.
Start exploring Legalpioneer.org for ideas today and support those businesses with your interest. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ijjdjlimhngckjgcllladpddnkcheehd |
| Oficjalny URL | https://chromewebstore.google.com/detail/legalpioneer-search/ijjdjlimhngckjgcllladpddnkcheehd |
| Opis | Right-click Legalpioneer.org search functionality. |
| Rozmiar pliku | 11.47 KB |
| Liczba instalacji | 85 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-03-18 |
| Data Publikacji | 2021-02-25 |
| Deweloper | https://www.legalpioneer.org |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.legalpioneer.org/faq |
| Adres URL Strony Pomocy | https://www.legalpioneer.org/faq |
| Adres URL Strony Polityki Prywatności | https://www.legalpioneer.org/privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Legalpioneer Search",
"description": "Right-click Legalpioneer.org search functionality.",
"version": "1.0",
"permissions": [
"contextMenus"
],
"icons": {
"16": "logo_16.png",
"48": "logo_48.png",
"128": "logo_128.png"
},
"background": {
"scripts": [
"main.js"
]
}
} | |