Open in Similarweb
Open in similarweb
Wat is Open in Similarweb?
Open in Similarweb is een Chrome-extensie ontwikkeld door https://www.aozata.com, en de belangrijkste functie is "Open in similarweb".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in Similarweb
Download Open in Similarweb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension open the current website you are browing in similarweb and gets you analytics such as traffic, sources, referrals and more.
Basisinformatie over de Extensie
Naam | Open in Similarweb |
ID | klcggngpagkfoibiidmbccmnbhcfkfkp |
Officiële URL | https://chromewebstore.google.com/detail/open-in-similarweb/klcggngpagkfoibiidmbccmnbhcfkfkp |
Beschrijving | Open in similarweb |
Bestandsgrootte | 17.59 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2020-06-16 |
Publicatiedatum | 2020-06-16 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://www.aozata.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.aozata.com |
URL van de Privacybeleid Pagina | https://aozata.com/aozata-privacy-policy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Similarweb", "short_name": "Similarweb", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "similarweb.js" ] }, "description": "Open in similarweb", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in similarweb" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |