Google Country Switch by SearchRank.io

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

Was ist Google Country Switch by SearchRank.io?

Google Country Switch by SearchRank.io ist eine Chrome-Erweiterung, die von https://c9solutions.io entwickelt wurde, und ihr Hauptmerkmal ist "Change the targetted country for your Google search query by selecting a country.".

Erweiterungsscreenshots

screenshot
screenshot

Google Country Switch by SearchRank.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Country Switch by SearchRank.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
Offizielle URL https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Beschreibung Change the targetted country for your Google search query by selecting a country.
Dateigröße 70.82 KB
Installationsanzahl 506
Aktuelle Version 1.0
Letztes Update 2019-04-27
Veröffentlichungsdatum 2019-04-27
Bewertung 2.75/5 Insgesamt 4 Bewertungen
Entwickler https://c9solutions.io
Zahlungsart free
Erweiterungswebsite https://c9solutions.io
URL der Datenschutzrichtlinien-Seite https://peopleforce.io/privacy-policy
Unterstützte Sprachen 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"
    }
}