Produktly - Product tour builder

Produktly - Product tour builder is the easiest way to build product tours. Using our chrome extension you can build your product…

Produktly - Product tour builder क्या है?

Produktly - Product tour builder produktly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Produktly - Product tour builder is the easiest way to build product tours. Using our chrome extension you can build your product…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Produktly - Product tour builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Produktly - Product tour builder is the easiest way to build product tours. Using our chrome extension you can build your product tours directly on your site and totally without any code.

https://produktly.com/ you can sign-up to start using our awesome product tours. In-app product tours are a great way to improve your onboarding, and empower your users to succeed from day one. Our interactive product tours will improve your product's adoption and retention, by guiding your users and empowering them to fully understand your product.

Produktly requires no coding skills. You can use our awesome web editor and chrome extension to build product tours without any code.

See https://produktly.com/ to learn more or to try our demo. You can also always email us at [email protected] and we will be happy to help you!

Update on 2.3.2024:
  - Redesign
  - Added support for building and previewing checklists
  - Expanded the product tour builder to have parity with the builder on website

Update on 30.6.2023:
 - Fixed an issue where interactively selecting a CSS selector wasn't working in some websites

Update on 9.9.2022:
 - Matching Engine
   -  You are now able to use "Custom" rules that allow you to more granularly segment users / user groups and target tours specifically for a group
   - Fixed bug where tour triggers wouldn't sometimes save

Update on 6.9.2022:
 - Matching Engine
   - We have added a totally new feature called "Matching engine". This allows you to select much more granularly when the tour should be shown. For example, you can match based on multiple urls, different languages, different locations, device type etc.
   - This is something we will be expanding in future versions as well, and add a fully custom set of rules you can provide and this will enable full user segmentation feature set
 - Manually trigger preview
   - In addition to automatic preview, you can now also manually trigger a preview without having to publish your product tour

Update on 21.11.2021:
 - Preview product tours on your website. You can now preview the product tours using the chrome extension directly on your website
 - Get closer feature parity with the product tour builder on the SaaS
   - Add bunch of tour settings
   - Add redirect step type

Update on 27.10.2021:
 - Fixed selecting of elements inside iframes

Update on 1.10.2021:
 - Improved auto-saving feature to reduce jankiness and fix problems when typing quickly
 - Change header position to be sticky for easier access                    

एक्सटेंशन की मूल जानकारी

नाम Produktly - Product tour builder Produktly - Product tour builder
ID fhgikjfdjfbjpokhmdbkgifhcdlhnpcp
आधिकारिक URL https://chromewebstore.google.com/detail/produktly-product-tour-bu/fhgikjfdjfbjpokhmdbkgifhcdlhnpcp
विवरण Produktly - Product tour builder is the easiest way to build product tours. Using our chrome extension you can build your product…
फ़ाइल का आकार 339 KB
स्थापना संख्या 633
वर्तमान संस्करण 5.0.1
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2021-05-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर produktly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://produktly.com/
गोपनीयता नीति पृष्ठ URL https://produktly.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.0.1",
    "manifest_version": 3,
    "name": "Produktly - Product tour builder",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32x32.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "192": "android-chrome-192x192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "android-chrome-192x192.png",
                "icon-32x32.png"
            ],
            "matches": []
        }
    ]
}