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 |
Eメール | [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'" } |