Stonly Browser Extension

Enhance your Stonly guides creation experience with our browser extension.

ما هو Stonly Browser Extension؟

Stonly Browser Extension هو إضافة Chrome تم تطويرها بواسطة https://stonly.com، والميزة الرئيسية لها هي "Enhance your Stonly guides creation experience with our browser extension.".

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

screenshot

تحميل ملف CRX للإضافة Stonly Browser Extension

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

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

                        This extension allows Stonly users to insert the Stonly widget on any webpage in order to have contextual guidance everywhere needed. It also allows users to select elements from their page thanks to our CSS selector picker and build guides using the Wizard.

Drive fast, accurate resolutions with the modern knowledge platform for customer service.

Stonly delivers step-by-step guides, decision trees, AI answers, automations, walkthroughs, checklists, and knowledge bases for agents and customers.                    

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

الاسم Stonly Browser Extension Stonly Browser Extension
ID ooppbalbkbdabcmaijemiaekfpnhijcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/stonly-browser-extension/ooppbalbkbdabcmaijemiaekfpnhijcl
الوصف Enhance your Stonly guides creation experience with our browser extension.
حجم الملف 422 KB
عدد التثبيتات 5,603
النسخة الحالية 2.1.54
آخر تحديث 2024-01-31
تاريخ النشر 2020-02-22
تقييم 5.00/5 مجموع تقييمات 5
المطور https://stonly.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://stonly.com
عنوان صفحة المساعدة https://help.stonly.com
عنوان صفحة سياسة الخصوصية https://stonly.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Micha\u0142 Kostrzy\u0144ski",
    "homepage_url": "https:\/\/stonly.com",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "tabs"
    ],
    "name": "Stonly Browser Extension",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon38.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_start",
            "js": [
                "widgetBlocker.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "icon128.png",
                "icon38.png",
                "contentScriptContent.bundle.js",
                "contentScriptContent.bundle.js.map",
                "widget-initializer.js",
                "widget-id-setter.js",
                "stonly-widget-extension.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.stonly.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "description": "Enhance your Stonly guides creation experience with our browser extension.",
    "version": "2.1.54",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlClppep4+MYTlTCi5v4BhTtOEThiZcApmfmIp9BU64ZeVhFmMUvP9NVhNhApdLz2wjw7ugaPLJggZX\/lqjgFizrp6Y\/Ort6Go0IBCWKmcBD9HMYEknSlBsF+zrxaAmbBEv17ldl1KxW8OLqOSk0AC+ACexl4ICGBEUh+GI51OcrnMOhSlCZgF7mnyzTi+r09FBBJC4T1+xtg8m+WXI1CULa9VMghCEyvhZmMEIUbtNxOk\/twoJthFFHKqXQ3OvxOK\/ywv0C2uR+Zxwez\/XGyeydUZ7mS9breecnnr4GQz6RoKXGYieyTWZii0St8LypLi7QkkG4uuDEaERnEOAooWwIDAQAB"
}