Get Maps & Driving Directions
Get Maps & Driving Directions app features quick search to get Maps & Driving Directions.
Co to jest Get Maps & Driving Directions?
Get Maps & Driving Directions to rozszerzenie Chrome opracowane przez QwerPDF, a jego główną funkcją jest „Get Maps & Driving Directions app features quick search to get Maps & Driving Directions.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Get Maps & Driving Directions
Pobierz pliki rozszerzeń Get Maps & Driving Directions 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
The Installation of this extension will configure your New Tab Page to Get Maps & Driving Directions and Changing your search engine to aakkgo.com. Enter Your Starting & Ending location to get Driving Directions or Toggle the Map switch to search a location. The Installation of this extension will configure your New Tab Page to Get Maps & Driving Directions. Maps & Driving Directions extension is all you need to start browsing with quick access to driving directions & web search. Features: Personalize your startup page. Includes weather, time, date,Quick links and other components. We recommend you add the frequently used website shortcuts. By installing this extension you agree to the data protection regulations (https://qwerpdf.com/get_maps_driving_directions/privacy.html). By installing this extension you agree to the main principles in order to use our service: https://qwerpdf.com/get_maps_driving_directions/terms.html Used authorizations and reasons: "Replace the page that appears when you open a new tab." This way we can show you our product - a new tab with free web search.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gmapdckphdmbafmmcfoahhgoogdjeell |
Oficjalny URL | https://chromewebstore.google.com/detail/get-maps-driving-directio/gmapdckphdmbafmmcfoahhgoogdjeell |
Opis | Get Maps & Driving Directions app features quick search to get Maps & Driving Directions. |
Rozmiar pliku | 2.23 MB |
Liczba instalacji | 84 |
Aktualna Wersja | 2.1.0.3 |
Ostatnia Aktualizacja | 2023-08-30 |
Data Publikacji | 2022-10-20 |
Deweloper | QwerPDF |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://qwerpdf.com/get_maps_driving_directions/ |
Adres URL Strony Pomocy | https://qwerpdf.com/get_maps_driving_directions/contactus.html |
Adres URL Strony Polityki Prywatności | https://qwerpdf.com/privacy-policy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "2.1.0.3", "description": "__MSG_description__", "default_locale": "en", "homepage_url": "https:\/\/qwerpdf.com\/get_maps_driving_directions\/", "author": "abcdpdf", "chrome_url_overrides": { "newtab": "\/dist\/index.html" }, "icons": { "16": "images\/icon\/icon16.png", "32": "images\/icon\/icon32.png", "48": "images\/icon\/icon48.png", "128": "images\/icon\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ], "offline_enabled": true } |