Olvy Chrome Extension

Collect user feedback from anywhere on the web

Olvy Chrome Extension là gì?

Olvy Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://olvy.co, và tính năng chính của nó là "Collect user feedback from anywhere on the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Olvy Chrome Extension

Tải xuống các tệp mở rộng Olvy Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
URL Chính Thức https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
Mô tả Collect user feedback from anywhere on the web
Kích Thước Tệp 2.55 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2022-03-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://olvy.co
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://olvy.co
URL Trang Trợ Giúp https://olvy.co/docs
URL Trang Chính Sách Bảo Mật https://olvy.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}