Search Laboratory Regional SERP Selector

This plugin enables the user to load the Google search engine results page for a specific location and language.

Vad är Search Laboratory Regional SERP Selector?

Search Laboratory Regional SERP Selector är en Chrome-tillägg utvecklad av https://searchlaboratory.com, och dess huvudfunktion är "This plugin enables the user to load the Google search engine results page for a specific location and language.".

Tilläggsskärmbilder

screenshot

Ladda ner Search Laboratory Regional SERP Selector-förlängningens CRX-fil

Ladda ner Search Laboratory Regional SERP Selector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Search Laboratory Regional SERP Selector Search Laboratory Regional SERP Selector
ID mcldhkangahikbbhepoejebclipcdmpl
Officiell webbadress https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl
Beskrivning This plugin enables the user to load the Google search engine results page for a specific location and language.
Filstorlek 5.83 MB
Antal Installationer 2,147
Aktuell Version 1.0.2
Senast Uppdaterad 2021-06-15
Publiceringsdatum 2021-03-25
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare https://searchlaboratory.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.searchlaboratory.com/
Hjälpsida URL https://www.searchlaboratory.com/
Stödda Språk 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"
    ]
}