Oneinsight Extension

Experience Oneinsight everywhere your workflow leads you

Oneinsight Extension란 무엇입니까?

Oneinsight Extension은(는) https://oneinsight.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience Oneinsight everywhere your workflow leads you"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Oneinsight Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Experience OneInsight as extension to your Chrome Browser and access the intelligence of OneInsight everywhere your workflow takes you.                    

확장 프로그램 기본 정보

이름 Oneinsight Extension Oneinsight Extension
ID kfkfoocoafbmfkkmmalbadcjhmbboaai
공식 URL https://chromewebstore.google.com/detail/oneinsight-extension/kfkfoocoafbmfkkmmalbadcjhmbboaai
설명 Experience Oneinsight everywhere your workflow leads you
파일 크기 376 KB
설치 횟수 42
현재 버전 1.1.0
최근 업데이트 2022-11-24
출시 날짜 2020-06-10
개발자 https://oneinsight.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://oneinsight.io
도움말 페이지 URL https://docs.oneinsight.io
개인정보 보호 정책 페이지 URL https://oneinsight.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Oneinsight Extension",
    "description": "Experience Oneinsight everywhere your workflow leads you",
    "version": "1.1.0",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": "\/icons\/oneinsight-128x128.png",
        "default_title": ""
    },
    "icons": {
        "16": "\/icons\/oneinsight-16x16.png",
        "48": "\/icons\/oneinsight-48x48.png",
        "128": "\/icons\/oneinsight-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.oneinsight.io\/*"
        ]
    }
}