Olvy Chrome Extension

Collect user feedback from anywhere on the web

Vad är Olvy Chrome Extension?

Olvy Chrome Extension är en Chrome-tillägg utvecklad av https://olvy.co, och dess huvudfunktion är "Collect user feedback from anywhere on the web".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Olvy Chrome Extension-förlängningens CRX-fil

Ladda ner Olvy Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
Officiell webbadress https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
Beskrivning Collect user feedback from anywhere on the web
Filstorlek 2.55 MB
Antal Installationer 47
Aktuell Version 1.0.18
Senast Uppdaterad 2024-02-20
Publiceringsdatum 2022-03-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://olvy.co
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://olvy.co
Hjälpsida URL https://olvy.co/docs
URL till Sekretesspolicy Sidan https://olvy.co/privacy
Stödda Språk 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"
        }
    }
}