Product Fruits Editor

Product Fruits tours, hints and events editor.

Product Fruits Editorคืออะไร?

Product Fruits Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://productfruits.com และคุณลักษณะหลักของมันคือ "Product Fruits tours, hints and events editor."

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

screenshot

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

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

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

                        Create and preview onboarding flows in your browser.

Product Fruits extension allows you to build onboarding flows in your app or web without any coding. You can create:

• Product tours to guide users step by step
• Hints and tooltips to highlight features and provide contextual information
• Onboarding checklist to gamify complex flows
• Life Ring button for an always on help center 
• Announcements to show important updates in your product
• Feedback widget to track how users feel about your product
• Knowledge base to provide users with instant answers
• Custom events to trigger flows in response to user’s actions

Your users won’t see anything until you deploy our JS snippet to the production environment. The content created using the extension is saved and can be launched following the JS snipped installation.

The extension provides full functionality with the exception of segmentation, for which the JS snippet needs to be deployed. 

It can also be used for employee onboarding. If this is your use case, please reach our support.                    

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

ชื่อ Product Fruits Editor Product Fruits Editor
ID blfcndbglccbobmkepikmbmobcehhkkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/product-fruits-editor/blfcndbglccbobmkepikmbmobcehhkkf
คำอธิบาย Product Fruits tours, hints and events editor.
ขนาดไฟล์ 6.1 MB
จำนวนการติดตั้ง 4,021
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-02-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://productfruits.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://productfruits.com
URL หน้าช่วยเหลือ https://productfruits.com
URL หน้านโยบายความเป็นส่วนตัว https://productfruits.com/policies/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Fruits Editor",
    "description": "Product Fruits tours, hints and events editor.",
    "version": "1.2.6",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Edit and preview Product Fruits content in your application."
    },
    "icons": {
        "32": "pf_ico_32.png",
        "48": "pf_ico_48.png",
        "64": "pf_ico_64.png",
        "128": "pf_ico_128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/my.productfruits.com\/",
        "https:\/\/app.productfruits.com\/",
        "https:\/\/localhost:44384\/",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "selector-panel.html",
                "item-detail-panel.html",
                "dialog-layer.html",
                "tutorial-layer.html",
                "*.woff",
                "pf-scripts\/*",
                "3rdparty\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/test.png"
            ],
            "matches": [
                "*:\/\/my.productfruits.com\/*",
                "*:\/\/localhost\/*",
                "*:\/\/app.productfruits.com\/*",
                "*:\/\/my.ohio.pf.dev\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.productfruits.com\/*",
            "*:\/\/my.productfruits.com\/*",
            "*:\/\/my.ohio.pf.dev\/*"
        ]
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/contentCommunicatorIsolated.js"
            ]
        }
    ]
}