Olvy Chrome Extension

Collect user feedback from anywhere on the web

Cos'è Olvy Chrome Extension?

Olvy Chrome Extension è un'estensione di Chrome sviluppata da https://olvy.co, e la sua funzione principale è "Collect user feedback from anywhere on the web".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Olvy Chrome Extension

Scarica i file di estensione Olvy Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
URL Ufficiale https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
Descrizione Collect user feedback from anywhere on the web
Dimensione del File 2.55 MB
Conteggio Installazioni 47
Versione Corrente 1.0.18
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2022-03-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://olvy.co
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://olvy.co
URL della Pagina di Aiuto https://olvy.co/docs
URL della Pagina della Politica sulla Privacy https://olvy.co/privacy
Lingue Supportate 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"
        }
    }
}