Website Informer Addon
Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Vad är Website Informer Addon?
Website Informer Addon är en Chrome-tillägg utvecklad av https://website.informer.com, och dess huvudfunktion är "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.".
Tilläggsskärmbilder
Ladda ner Website Informer Addon-förlängningens CRX-fil
Ladda ner Website Informer Addon-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hgmkhdckpblkakgojblgmlgaeaimofom |
| Officiell webbadress | https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom |
| Beskrivning | Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting. |
| Filstorlek | 80.74 KB |
| Antal Installationer | 12,794 |
| Aktuell Version | 4.0.0 |
| Senast Uppdaterad | 2022-05-24 |
| Publiceringsdatum | 2018-01-24 |
| Betyg | 4.25/5 Totalt 57 Betyg |
| Utvecklare | https://website.informer.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://website.informer.com/addon |
| Hjälpsida URL | https://website.informer.com/pages/contacts |
| URL till Sekretesspolicy Sidan | http://website.informer.com/pages/tos |
| Stödda Språk | 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"
]
} | |