Open in Similarweb
Open in similarweb
什么是Open in Similarweb?
Open in Similarweb是由https://www.aozata.com开发的Chrome扩展程序,该扩展的主要功能是“Open in similarweb”。
扩展截图
下载Open in Similarweb扩展crx文件
下载Open in Similarweb扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension open the current website you are browing in similarweb and gets you analytics such as traffic, sources, referrals and more.
扩展基本信息
名称 | Open in Similarweb |
ID | klcggngpagkfoibiidmbccmnbhcfkfkp |
官方URL | https://chromewebstore.google.com/detail/open-in-similarweb/klcggngpagkfoibiidmbccmnbhcfkfkp |
简介 | Open in similarweb |
文件大小 | 17.59 KB |
安装次数 | 10,000 |
当前版本 | 2.0 |
更新时间 | 2020-06-16 |
上架时间 | 2020-06-16 |
评分 | 4.20/5 共5次评分 |
开发者 | https://www.aozata.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.aozata.com |
隐私政策页面URL | https://aozata.com/aozata-privacy-policy |
支持的语言 | 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'" } |