Google Country Switch by SearchRank.io

Change the targetted country for your Google search query by selecting a country.

Vad är Google Country Switch by SearchRank.io?

Google Country Switch by SearchRank.io är en Chrome-tillägg utvecklad av https://c9solutions.io, och dess huvudfunktion är "Change the targetted country for your Google search query by selecting a country.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Google Country Switch by SearchRank.io-förlängningens CRX-fil

Ladda ner Google Country Switch by SearchRank.io-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

                        Easily switch your targeted country for your Google search with Google Country Switch.  While on a Google search result page simply click on the Google Country Switch icon and select your targeted country.                    

Grundläggande Information om Tillägg

Namn Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
Officiell webbadress https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Beskrivning Change the targetted country for your Google search query by selecting a country.
Filstorlek 70.82 KB
Antal Installationer 506
Aktuell Version 1.0
Senast Uppdaterad 2019-04-27
Publiceringsdatum 2019-04-27
Betyg 2.75/5 Totalt 4 Betyg
Utvecklare https://c9solutions.io
Betalningssätt free
Tilläggswebbplats https://c9solutions.io
URL till Sekretesspolicy Sidan https://peopleforce.io/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Country Switch by SearchRank.io",
    "short_name": "Google Country Switcher",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/searchrank.io",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "description": "Change the targetted country for your Google search query by selecting a country.",
    "browser_action": {
        "default_icon": "googleswitcher-32x32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "googleswitcher-16x16.png",
        "32": "googleswitcher-32x32.png",
        "64": "googleswitcher-64x64.png",
        "128": "googleswitcher-128x128.png"
    }
}