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文件

下載Olvy Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}