Olvy Chrome Extension

Collect user feedback from anywhere on the web

Wat is Olvy Chrome Extension?

Olvy Chrome Extension is een Chrome-extensie ontwikkeld door https://olvy.co, en de belangrijkste functie is "Collect user feedback from anywhere on the web".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Olvy Chrome Extension

Download Olvy Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
Officiële URL https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
Beschrijving Collect user feedback from anywhere on the web
Bestandsgrootte 2.55 MB
Aantal Installaties 47
Huidige Versie 1.0.18
Laatst Bijgewerkt 2024-02-20
Publicatiedatum 2022-03-16
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://olvy.co
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://olvy.co
Help Pagina-URL https://olvy.co/docs
URL van de Privacybeleid Pagina https://olvy.co/privacy
Ondersteunde Talen 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"
        }
    }
}