Olvy Chrome Extension

Collect user feedback from anywhere on the web

What is Olvy Chrome Extension?

Olvy Chrome Extension is a Chrome extension developed by https://olvy.co, and its main feature is "Collect user feedback from anywhere on the web".

Extension Screenshots

screenshot
screenshot

Download Olvy Chrome Extension Extension CRX File

Download Olvy Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
Official URL https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
Description Collect user feedback from anywhere on the web
File Size 2.55 MB
Installation Count 47
Current Version 1.0.18
Last Updated 2024-02-20
Publish Date 2022-03-16
Rating 5.00/5 Total 3 Ratings
Developer https://olvy.co
Email [email protected]
Payment Type in_app
Extension Website https://olvy.co
Help Page URL https://olvy.co/docs
Privacy Policy Page URL https://olvy.co/privacy
Supported Languages 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"
        }
    }
}