Add Numbers to Google Search Results

Add Numbers to Google Search Results.

Co je Add Numbers to Google Search Results?

Add Numbers to Google Search Results je rozšíření Chrome vyvinuté https://organicsearch.agency, a jeho hlavní funkcí je „Add Numbers to Google Search Results.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Add Numbers to Google Search Results

Stáhněte si soubory rozšíření Add Numbers to Google Search Results ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Useful SEO tool.                    

Základní Informace o Rozšíření

Název Add Numbers to Google Search Results Add Numbers to Google Search Results
ID hmhfgamokbcmojdfcfnlalffmkkbfpjb
Oficiální URL https://chromewebstore.google.com/detail/add-numbers-to-google-sea/hmhfgamokbcmojdfcfnlalffmkkbfpjb
Popis Add Numbers to Google Search Results.
Velikost souboru 5.81 KB
Počet instalací 3,221
Aktuální Verze 1
Poslední Aktualizace 2018-12-25
Datum Vydání 2018-12-24
Hodnocení 3.25/5 Celkem 4 Hodnocení
Vývojář https://organicsearch.agency
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://organicsearch.agency
Podporované Jazyky 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"
    }
}