Add Numbers to Google Search Results

Add Numbers to Google Search Results.

Co to jest Add Numbers to Google Search Results?

Add Numbers to Google Search Results to rozszerzenie Chrome opracowane przez https://organicsearch.agency, a jego główną funkcją jest „Add Numbers to Google Search Results.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Add Numbers to Google Search Results

Pobierz pliki rozszerzeń Add Numbers to Google Search Results 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

                        Numbers will appear next to each Google search result, so you can easily track your rankings.

Useful SEO tool.                    

Podstawowe informacje o rozszerzeniu

Nazwa Add Numbers to Google Search Results Add Numbers to Google Search Results
ID hmhfgamokbcmojdfcfnlalffmkkbfpjb
Oficjalny URL https://chromewebstore.google.com/detail/add-numbers-to-google-sea/hmhfgamokbcmojdfcfnlalffmkkbfpjb
Opis Add Numbers to Google Search Results.
Rozmiar pliku 5.81 KB
Liczba instalacji 3,221
Aktualna Wersja 1
Ostatnia Aktualizacja 2018-12-25
Data Publikacji 2018-12-24
Ocena 3.25/5 Łącznie 4 Oceny
Deweloper https://organicsearch.agency
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://organicsearch.agency
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "ordinate.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "Add Numbers to Google Search Results",
    "description": "Add Numbers to Google Search Results.",
    "version": "1",
    "author": "organicsearch.agency",
    "browser_action": {
        "default_icon": "organicsearch.agency.png",
        "default_title": "Add Numbers to Google Search Results"
    }
}