Olvy Chrome Extension

Collect user feedback from anywhere on the web

Olvy Chrome Extension란 무엇입니까?

Olvy Chrome Extension은(는) https://olvy.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect user feedback from anywhere on the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Olvy helps you bring all your user feedback in one place to help you do your magic better and keep your users happy                    

확장 프로그램 기본 정보

이름 Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
공식 URL https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
설명 Collect user feedback from anywhere on the web
파일 크기 2.55 MB
설치 횟수 47
현재 버전 1.0.18
최근 업데이트 2024-02-20
출시 날짜 2022-03-16
평점 5.00/5 총 3 개의 평점
개발자 https://olvy.co
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://olvy.co
도움말 페이지 URL https://olvy.co/docs
개인정보 보호 정책 페이지 URL https://olvy.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Olvy Chrome Extension",
    "version": "1.0.18",
    "homepage_url": "https:\/\/olvy.co",
    "description": "Collect user feedback from anywhere on the web",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.olvy.co\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "offline_enabled": false,
    "background": {
        "service_worker": "background-script.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.olvy.co\/*"
            ],
            "js": [
                "olvy-app-events.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "add-utils.js"
            ],
            "exclude_matches": [
                "https:\/\/*.olvy.co\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Olvy Chrome Extension",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    }
}