Search Laboratory Regional SERP Selector
This plugin enables the user to load the Google search engine results page for a specific location and language.
Cos'è Search Laboratory Regional SERP Selector?
Search Laboratory Regional SERP Selector è un'estensione di Chrome sviluppata da https://searchlaboratory.com, e la sua funzione principale è "This plugin enables the user to load the Google search engine results page for a specific location and language.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search Laboratory Regional SERP Selector
Scarica i file di estensione Search Laboratory Regional SERP Selector 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
This is a Chrome extension that enables the user to render the SERPs in any region with the region's respective languages. It also has the functionality to store the user’s desired SERP preferences under predefined user presets.
Informazioni di Base sull'Estensione
Nome | Search Laboratory Regional SERP Selector |
ID | mcldhkangahikbbhepoejebclipcdmpl |
URL Ufficiale | https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl |
Descrizione | This plugin enables the user to load the Google search engine results page for a specific location and language. |
Dimensione del File | 5.83 MB |
Conteggio Installazioni | 2,147 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-06-15 |
Data di Pubblicazione | 2021-03-25 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | https://searchlaboratory.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.searchlaboratory.com/ |
URL della Pagina di Aiuto | https://www.searchlaboratory.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Laboratory Regional SERP Selector", "description": "This plugin enables the user to load the Google search engine results page for a specific location and language.", "version": "1.0.2", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "storage" ] } |