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
Eメール [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"
        }
    }
}