Olvy Chrome Extension

Collect user feedback from anywhere on the web

ما هو Olvy Chrome Extension؟

Olvy Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://olvy.co، والميزة الرئيسية لها هي "Collect user feedback from anywhere on the web".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Olvy Chrome Extension

قم بتنزيل ملفات الامتداد Olvy Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Olvy Chrome Extension Olvy Chrome Extension
ID oehlkhoceeloibddbgcgpafcklcfjkff
عنوان URL الرسمي https://chromewebstore.google.com/detail/olvy-chrome-extension/oehlkhoceeloibddbgcgpafcklcfjkff
الوصف Collect user feedback from anywhere on the web
حجم الملف 2.55 MB
عدد التثبيتات 47
النسخة الحالية 1.0.18
آخر تحديث 2024-02-20
تاريخ النشر 2022-03-16
تقييم 5.00/5 مجموع تقييمات 3
المطور https://olvy.co
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://olvy.co
عنوان صفحة المساعدة https://olvy.co/docs
عنوان صفحة سياسة الخصوصية https://olvy.co/privacy
اللغات المدعومة 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"
        }
    }
}