Snackwyze

A really simple clickthrough demo platform

Snackwyzeคืออะไร?

Snackwyze เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snackwyze.com และคุณลักษณะหลักของมันคือ "A really simple clickthrough demo platform"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Snackwyze is the easiest, fastest and the most affordable way to educate and inspire your prospects and win their trust early with interactive clickthrough demos. Try it our for FREE today!

HOW DOES IT WORK?

Step 1:  🎥   Record your screen with just one click 
Step 2:  🪄   Step-by-step clickthrough demos are automatically created  
Step 3:  🎨.  Edit and customize clickthroughs with ease 
Step 4:  🔗   Share, publish, embed or download freely
Step 5: 📈    Track, measure & improve performance over time 


WHO IS SNACKWYZE FOR?

🥷 Presales:
Scale Presales simply with simple self-service demo automation, reduce unqualified demo meetings, discover key stakeholders and achieve technical wins faster.

😎 Marketing: 
Build, share and track interactive self-service product experiences with our ZERO code platform without any engineering help for Product Led Growth.

🙂 Customer success teams:
Reduce customer effort and ticket volume with self-service, interactive step-by-step guides embedded directly on your existing help pages and knowledge bases.

✍🏻 Content Marketers:
Content alone can help you gain a competitive advantage over your competitors. Product Led Content is the key and Snackwyze can help.

👩‍🏫  Instructional Designers
Achieve better learning outcomes and save time by embedding interactive clickthrough step-by-step guides directly in the Learning Management System (LMS) software of your choice.                    

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

ชื่อ Snackwyze Snackwyze
ID onihdadpdijaegidpkpojcdhicpgglck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snackwyze/onihdadpdijaegidpkpojcdhicpgglck
คำอธิบาย A really simple clickthrough demo platform
ขนาดไฟล์ 14.12 MB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2020-03-30
คะแนน 5.00/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://snackwyze.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://snackwyze.com
URL หน้าช่วยเหลือ https://snackwyze.com/support.html
URL หน้านโยบายความเป็นส่วนตัว https://snackwyze.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snackwyze",
    "version": "3.0.1",
    "description": "A really simple clickthrough demo platform",
    "short_name": "Snackwyze: Create interactive clickthrough demos in seconds",
    "author": "Snackwyze",
    "homepage_url": "https:\/\/snackwyze.com\/",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "32": "assets\/icon32.png",
        "16": "assets\/icon16.png"
    },
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "desktopCapture",
        "tabs",
        "contextMenus",
        "background"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Snackwyze",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/",
                "https:\/\/*\/",
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js",
                "jquery.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}