Olvy Chrome Extension

Collect user feedback from anywhere on the web

Hvad er Olvy Chrome Extension?

Olvy Chrome Extension er en Chrome-udvidelse udviklet af https://olvy.co, og dens hovedfunktion er "Collect user feedback from anywhere on the web".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Olvy Chrome Extension-udvidelses-CRX-fil

Download Olvy Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
Officiel URL https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
Beskrivelse Collect user feedback from anywhere on the web
Filstørrelse 2.55 MB
Antal Installationer 47
Nuværende Version 1.0.18
Senest Opdateret 2024-02-20
Udgivelsesdato 2022-03-16
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://olvy.co
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://olvy.co
Hjælpeside-URL https://olvy.co/docs
URL til Fortrolighedspolitik Side https://olvy.co/privacy
Understøttede Sprog 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"
        }
    }
}