Website traffic displayer

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

Τι είναι το Website traffic displayer;

Το Website traffic displayer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tryfruit.com, και η κύρια λειτουργία του είναι "Displays the monthly session count of the current website, based on http://rank2traffic.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Website traffic displayer

Λήψη αρχείων επέκτασης Website traffic displayer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Website traffic displayer Website traffic displayer
ID ibakhgbldoealibhbnggdlhjalbceclj
Επίσημο URL https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj
Περιγραφή Displays the monthly session count of the current website, based on http://rank2traffic.com
Μέγεθος Αρχείου 47.3 KB
Αριθμός Εγκαταστάσεων 956
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-02-22
Ημερομηνία Δημοσίευσης 2017-02-22
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://tryfruit.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}