Where is My Website

Highlight Your Website in Google Search and Keep an Eye on Competitors.

Co to jest Where is My Website?

Where is My Website to rozszerzenie Chrome opracowane przez https://thetechbasket.com, a jego główną funkcją jest „Highlight Your Website in Google Search and Keep an Eye on Competitors.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Where is My Website

Pobierz pliki rozszerzeń Where is My Website w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Focused for Bloggers / Website Owners / Companies

While checking ranking for different keywords it's easier to know where you are at one glance rather than looking at every single URL

Check Screenshot for more clarity.

Also helpful when you want to quickly know few trusted website in search results like stackoverflow if you are programmer so for your queries you can quickly jump to right website rather than other websites.

Features  -
- After searching for different keyword in Google Search you don’t need to look/stare at each result to find if it is yours or not
- Add Your & competitors website to highlight search result on your keyword search queries
- At once glance you can see your website vs competitors in search

Works with Google Search Search Engine at the moment. If you need support for other search engines too let us know.

How to use:
Enter the domain name without http or https and any slashes.
Save and search your queries.

Privacy Policy:
https://apps.thetechbasket.com/where-is-my-website/privacy_policy

Currently Working on below Google Search TLDs:

https://www.google.com/
https://www.google.co.in/
https://www.google.ae/
https://www.google.co.jp/
https://www.google.co.nz/
https://www.google.co.uk/
https://www.google.com.au/
https://www.google.com.hk/
https://www.google.com.ng/
https://www.google.com.pk/
https://www.google.com.sg/
https://www.google.de/
https://www.google.fr/

Need more? Mail us                    

Podstawowe informacje o rozszerzeniu

Nazwa Where is My Website Where is My Website
ID dkfaagghjjmjdfgibcfaphlifihjmpfm
Oficjalny URL https://chromewebstore.google.com/detail/where-is-my-website/dkfaagghjjmjdfgibcfaphlifihjmpfm
Opis Highlight Your Website in Google Search and Keep an Eye on Competitors.
Rozmiar pliku 171 KB
Liczba instalacji 1,597
Aktualna Wersja 2.0.6
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2020-01-22
Ocena 3.14/5 Łącznie 7 Oceny
Deweloper https://thetechbasket.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.thetechbasket.com/
Adres URL Strony Pomocy https://www.thetechbasket.com/contact-us/
Adres URL Strony Polityki Prywatności https://www.thetechbasket.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Where is My Website",
    "short_name": "Where is My Website",
    "version": "2.0.6",
    "author": "Sumit Kumar Yadav",
    "description": "Highlight Your Website in Google Search and Keep an Eye on Competitors.",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.co.uk\/search*",
                "https:\/\/www.google.co.in\/search*",
                "https:\/\/www.google.fr\/search*",
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.com.sg\/search*",
                "https:\/\/www.google.com.pk\/search*",
                "https:\/\/www.google.com.ng\/search*",
                "https:\/\/www.google.com.hk\/search*",
                "https:\/\/www.google.com.au\/search*",
                "https:\/\/www.google.co.nz\/search*",
                "https:\/\/www.google.co.jp\/search*",
                "https:\/\/www.google.ae\/search*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/searchStyles.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/searchStyles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Add\/Edit Websites to Know Where is Your Website",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Activate the extension"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}