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