Website traffic displayer

Displays the monthly session count of the current website, based on http://rank2traffic.com

Vad är Website traffic displayer?

Website traffic displayer är en Chrome-tillägg utvecklad av https://tryfruit.com, och dess huvudfunktion är "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Tilläggsskärmbilder

screenshot

Ladda ner Website traffic displayer-förlängningens CRX-fil

Ladda ner Website traffic displayer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com                    

Grundläggande Information om Tillägg

Namn Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
Officiell webbadress https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Beskrivning Displays the monthly session count of the current website, based on http://rank2traffic.com
Filstorlek 47.3 KB
Antal Installationer 956
Aktuell Version 1.1
Senast Uppdaterad 2017-02-22
Publiceringsdatum 2017-02-22
Betyg 4.50/5 Totalt 6 Betyg
Utvecklare https://tryfruit.com
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website traffic displayer",
    "description": "Displays the monthly session count of the current website, based on http:\/\/rank2traffic.com",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js",
            "js\/psl.min.js",
            "js\/local-cache.js"
        ]
    },
    "browser_action": {
        "default_name": "Website traffic"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.rank2traffic.com\/"
    ],
    "manifest_version": 2
}