SERPTrends SEO Extension

Shows dynamics on Google, Yahoo and Bing SERPs

Co je SERPTrends SEO Extension?

SERPTrends SEO Extension je rozšíření Chrome vyvinuté https://www.serptrends.com, a jeho hlavní funkcí je „Shows dynamics on Google, Yahoo and Bing SERPs“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SERPTrends SEO Extension

Stáhněte si soubory rozšíření SERPTrends SEO Extension 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í

                        With the recent update new installable parameters are available right from the options page (see the bottom of preferences).

SEO Extension SERPTrends for Google Chrome is a lightweight SEO tool which shows dynamics for the search results within the search page: whether the website moved up, down in the SERP, just appeared (is "new") or hasn't changed its position. It also shows how many positions the website lost or raised compared to search you performed the previous day.

When you search Google, Yahoo! or Bing with SERPTrends turned on for the first time all positions are marked as new. The next day you will see dynamics for previously performed searches. This addon is useful for SEO & SEM specialists.

How to use:
After installation SERPTrends SEO Extension for Google Chrome is enabled by default and you will see colorized icon (red and green triangles) in the addon bar of your browser. Perform Google search to see position numbers and dynamics icons near each result in the SERP. For the first time all the positions for certain query is marked as new but the next day dynamics appears. Though addon was created primarily for SEO specialists, any other user can find it useful, since it adds numbers search results and shows which site moved up and is considered more relevant by search engine.                    

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

Název SERPTrends SEO Extension SERPTrends SEO Extension
ID nedmifdnblopopbcmdcgflboaclchebg
Oficiální URL https://chromewebstore.google.com/detail/serptrends-seo-extension/nedmifdnblopopbcmdcgflboaclchebg
Popis Shows dynamics on Google, Yahoo and Bing SERPs
Velikost souboru 88.71 KB
Počet instalací 44,195
Aktuální Verze 0.4.6
Poslední Aktualizace 2021-07-01
Datum Vydání 2020-04-01
Hodnocení 3.71/5 Celkem 97 Hodnocení
Vývojář https://www.serptrends.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.serptrends.com/
URL Stránky Nápovědy http://www.serptrends.com/
Podporované Jazyky en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/statusbaricon_off.png",
        "default_popup": "ddmenu.html",
        "default_title": "Toggle SERPTrends on\/off"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css",
                "css\/ddhistory.css",
                "css\/notice.css",
                "css\/serpdd.css",
                "css\/adwdd.css"
            ],
            "js": [
                "js\/common.js",
                "js\/contents\/prurl.js",
                "js\/contents\/paramlist.js",
                "js\/contents\/base.js",
                "js\/contents\/google.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.ru\/*",
                "*:\/\/www.google.co.uk\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.pl\/*",
                "*:\/\/www.google.com.au\/*",
                "*:\/\/www.google.com.br\/*",
                "*:\/\/www.google.pt\/*",
                "*:\/\/www.google.es\/*",
                "*:\/\/www.google.fr\/*",
                "*:\/\/www.google.ie\/*",
                "*:\/\/www.google.be\/*",
                "*:\/\/www.google.nl\/*",
                "*:\/\/www.google.ch\/*",
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.it\/*",
                "*:\/\/www.google.gr\/*",
                "*:\/\/www.google.at\/*",
                "*:\/\/www.google.hr\/*",
                "*:\/\/www.google.hu\/*",
                "*:\/\/www.google.no\/*",
                "*:\/\/www.google.is\/*",
                "*:\/\/www.google.se\/*",
                "*:\/\/www.google.fi\/*",
                "*:\/\/www.google.sk\/*",
                "*:\/\/www.google.lt\/*",
                "*:\/\/www.google.lv\/*",
                "*:\/\/www.google.ee\/*",
                "*:\/\/www.google.md\/*",
                "*:\/\/www.google.com.ua\/*",
                "*:\/\/www.google.by\/*",
                "*:\/\/www.google.kz\/*",
                "*:\/\/www.google.az\/*",
                "*:\/\/www.google.ge\/*",
                "*:\/\/www.googe.iq\/*",
                "*:\/\/www.google.li\/*",
                "*:\/\/www.google.lu\/*",
                "*:\/\/www.google.ro\/*",
                "*:\/\/www.google.si\/*",
                "*:\/\/www.google.co.in\/*",
                "*:\/\/www.google.ca\/*",
                "*:\/\/www.google.cn\/*",
                "*:\/\/www.google.com.hk\/*",
                "*:\/\/www.google.co.jp\/*",
                "*:\/\/www.google.com.tw\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css",
                "css\/ddhistory.css",
                "css\/notice.css",
                "css\/serpdd.css",
                "css\/adwdd.css"
            ],
            "js": [
                "js\/common.js",
                "js\/contents\/prurl.js",
                "js\/contents\/paramlist.js",
                "js\/contents\/base.js",
                "js\/contents\/bing.js"
            ],
            "matches": [
                "*:\/\/www.bing.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css",
                "css\/ddhistory.css",
                "css\/notice.css",
                "css\/serpdd.css",
                "css\/adwdd.css"
            ],
            "js": [
                "js\/common.js",
                "js\/contents\/prurl.js",
                "js\/contents\/paramlist.js",
                "js\/contents\/base.js",
                "js\/contents\/yahoo.js"
            ],
            "matches": [
                "*:\/\/*.yahoo.com\/search*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css",
                "css\/ddhistory.css",
                "css\/notice.css",
                "css\/serpdd.css",
                "css\/adwdd.css"
            ],
            "js": [
                "js\/install_params.js",
                "js\/contents\/base.js"
            ],
            "matches": [
                "file:\/\/\/Users\/gerasimov.e\/Desktop\/popular.html"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Shows dynamics on Google, Yahoo and Bing SERPs",
    "icons": {
        "128": "img\/st.png",
        "16": "img\/st.png",
        "48": "img\/st.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCSPXymbyapOzwar4VISbZ\/EWF3bFOXck06AHSqnwPO2tk9SD73Wdkz4rJgQCfT6in4WgU2g93Jlvm8NX+rFhMGURvg0\/+Icv6\/rTakvPeGCUXrt09OjTiMRrveFKgENYGY0mEwe51ZG39XWtfChsxIsc5rR16XklDQgXzHmBNuiwIDAQAB",
    "manifest_version": 2,
    "name": "SERPTrends SEO Extension",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.serptrends.com\/fkwp.php",
        "http:\/\/www.semcompete.com\/params.php",
        "http:\/\/toolbarqueries.google.com\/tbr",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.6",
    "web_accessible_resources": [
        "\/img\/extension_tip_icon.png",
        "\/img\/extension_tip_close.png",
        "\/img\/spacer.gif",
        "\/img\/drop-down-symbol-transparent.gif",
        "\/img\/stats-bg.gif",
        "\/img\/stats-logo.gif",
        "\/img\/stats-topads-bg.gif",
        "\/img\/spacer.gif"
    ]
}