Website Informer Addon

Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.

Co to jest Website Informer Addon?

Website Informer Addon to rozszerzenie Chrome opracowane przez https://website.informer.com, a jego główną funkcją jest „Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Website Informer Addon

Pobierz pliki rozszerzeń Website Informer Addon 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

                        Website Informer lets you discover important statistics behind any website while browsing through it. This widget instantly reveals a website’s traffic rank, daily visitors rate, pageviews, etc.

Get Website Informer addon for free: you can make use of it in web marketing, link building, and ads partnership prospecting.                    

Podstawowe informacje o rozszerzeniu

Nazwa Website Informer Addon Website Informer Addon
ID hgmkhdckpblkakgojblgmlgaeaimofom
Oficjalny URL https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom
Opis Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Rozmiar pliku 80.74 KB
Liczba instalacji 12,794
Aktualna Wersja 4.0.0
Ostatnia Aktualizacja 2022-05-24
Data Publikacji 2018-01-24
Ocena 4.25/5 Łącznie 57 Oceny
Deweloper https://website.informer.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://website.informer.com/addon
Adres URL Strony Pomocy https://website.informer.com/pages/contacts
Adres URL Strony Polityki Prywatności http://website.informer.com/pages/tos
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Informer Addon",
    "version": "4.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.",
    "action": {
        "default_icon": "static\/img\/i128.png",
        "default_title": "Page Info",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "static\/img\/i128.png"
    },
    "host_permissions": [
        "https:\/\/website.informer.com\/*",
        "https:\/\/hits.informer.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}