Contextual

Contextual allows you to design tips/tours/announcement etc on your website without needing to write code.

Contextualคืออะไร?

Contextual เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contextu.al และคุณลักษณะหลักของมันคือ "Contextual allows you to design tips/tours/announcement etc on your website without needing to write code."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contextual

ดาวน์โหลดไฟล์ส่วนขยาย Contextual ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Great news! Contextual now supports:
1. Onboarding for Apps (Guides, Tips, Walkthroughs, Tooltips, FAQs, Help Videos etc)
2. Product Adoption for Apps. Analytics, Goals, Audience Targeting 
3. Announce Features, Ask for Feedback, Track usage.
4. Available for Mobile and Web Apps

Using this Browser Extension you can create and deploy user Guidance for Apps you make OR Software you already use.

1. Onboarding for Apps
If you have a Web App, a Mobile App or even a Mobile Web App, Contextual is the only Code-Free platform for onboarding walkthroughs, carousels, tooltips & popups on all platforms.

2. Product Adoption for Apps
Contextual's Product Adoption is the first product to allow teams to create Feature Announcements, Ask for Feedback (single-click responses from users) and Track Feature usage.

More at https://contextu.al                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Contextual Contextual
ID cnoifmjcjggaphfkbkmgmnoapgghakje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contextual/cnoifmjcjggaphfkbkmgmnoapgghakje
คำอธิบาย Contextual allows you to design tips/tours/announcement etc on your website without needing to write code.
ขนาดไฟล์ 3.34 MB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 5.0.1
อัปเดตครั้งล่าสุด 2023-05-29
วันที่เผยแพร่ 2020-03-31
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://contextu.al
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://contextu.al
URL หน้าช่วยเหลือ https://dashboard.contextu.al/docs
URL หน้านโยบายความเป็นส่วนตัว https://contextu.al/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Contextual",
    "short_name": "Contextual",
    "author": "Contextual Team",
    "version": "5.0.1",
    "version_name": "5.0.1",
    "description": "Contextual allows you to design tips\/tours\/announcement etc on your website without needing to write code.",
    "icons": {
        "16": ".\/public\/img\/state-icon\/pointzi-icon-16px.png",
        "48": ".\/public\/img\/state-icon\/pointzi-icon-48px.png",
        "128": ".\/public\/img\/state-icon\/pointzi-icon-128px.png"
    },
    "browser_action": {
        "default_icon": ".\/public\/img\/state-icon\/pointzi-icon-idle-48px.png",
        "default_title": "Contextual Creator of Guides for Product Adoption"
    },
    "background": {
        "scripts": [
            ".\/dist\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                ".\/dist\/middleware.js"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "contextMenus",
        "https:\/\/fonts.gstatic.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/*.pointzi.com\/*",
        "https:\/\/*.pointzi.com\/v1\/*",
        "https:\/\/*.pointzi.com\/v2\/*",
        "https:\/\/*.pointzi.com\/v3\/*",
        "https:\/\/*.streethawk.com\/*",
        "https:\/\/*.streethawk.com\/v1\/*",
        "https:\/\/*.streethawk.com\/v2\/*",
        "https:\/\/*.streethawk.com\/v3\/*",
        "https:\/\/*.contextu.al\/*",
        "https:\/\/*.contextu.al\/v1\/*",
        "https:\/\/*.contextu.al\/v2\/*",
        "https:\/\/*.contextu.al\/v3\/*",
        "https:\/\/api.filestackapi.com\/filestack.js"
    ],
    "web_accessible_resources": [
        "libs\/*",
        "public\/*",
        "dist\/*",
        "src\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pointzi.com\/*",
            "*:\/\/*.contextu.al\/*"
        ]
    }
}