Search Laboratory Regional SERP Selector
This plugin enables the user to load the Google search engine results page for a specific location and language.
Τι είναι το Search Laboratory Regional SERP Selector;
Το Search Laboratory Regional SERP Selector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://searchlaboratory.com, και η κύρια λειτουργία του είναι "This plugin enables the user to load the Google search engine results page for a specific location and language.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Search Laboratory Regional SERP Selector
Λήψη αρχείων επέκτασης Search Laboratory Regional SERP Selector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Search Laboratory Regional SERP Selector |
ID | mcldhkangahikbbhepoejebclipcdmpl |
Επίσημο URL | https://chromewebstore.google.com/detail/search-laboratory-regiona/mcldhkangahikbbhepoejebclipcdmpl |
Περιγραφή | This plugin enables the user to load the Google search engine results page for a specific location and language. |
Μέγεθος Αρχείου | 5.83 MB |
Αριθμός Εγκαταστάσεων | 2,147 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2021-06-15 |
Ημερομηνία Δημοσίευσης | 2021-03-25 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://searchlaboratory.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.searchlaboratory.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.searchlaboratory.com/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |