Open in Similarweb

Open in similarweb

Open in Similarweb란 무엇입니까?

Open in Similarweb은(는) https://www.aozata.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open in similarweb"입니다.

확장 프로그램 스크린샷

screenshot

Open in Similarweb 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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'"
}