Website Informer Addon
Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Was ist Website Informer Addon?
Website Informer Addon ist eine Chrome-Erweiterung, die von https://website.informer.com entwickelt wurde, und ihr Hauptmerkmal ist "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.".
Erweiterungsscreenshots
Website Informer Addon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Website Informer Addon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Website Informer Addon |
ID | hgmkhdckpblkakgojblgmlgaeaimofom |
Offizielle URL | https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom |
Beschreibung | Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting. |
Dateigröße | 80.74 KB |
Installationsanzahl | 12,794 |
Aktuelle Version | 4.0.0 |
Letztes Update | 2022-05-24 |
Veröffentlichungsdatum | 2018-01-24 |
Bewertung | 4.25/5 Insgesamt 57 Bewertungen |
Entwickler | https://website.informer.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://website.informer.com/addon |
Hilfeseite URL | https://website.informer.com/pages/contacts |
URL der Datenschutzrichtlinien-Seite | http://website.informer.com/pages/tos |
Unterstützte Sprachen | 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" ] } |