Apty Client V3

Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.

Apty Client V3 là gì?

Apty Client V3 là một tiện ích mở rộng Chrome được phát triển bởi letznavpublisher, và tính năng chính của nó là "Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Apty Client V3

Tải xuống các tệp mở rộng Apty Client V3 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Simplify Product Adoption with apty's real time support and guidance
Apty Player is an extension with multi-browser compatibility and offers a robust platform for users to run a Workflow. It is displayed as a widget based on the designated positioning selected by the admin.

The Player contains a list of all the published workflows along with a search bar. A Workflow can be run by clicking on the desired flow from the Player.

The Player has an intelligent search feature that lets the user conduct searches based on the keywords he/she enters into the search bar. all the content relevant to the keywords are bought up for the user to access.

The direct functionalities of the Player are to launch Workflows and for accessing content in the Knowledge Center. The indirect functionalities are to load the other key features which are independent of the workflows and are always running in the background like validations, tooltips, and announcements.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Apty Client V3 Apty Client V3
ID edimjmpaidejcceigplppphjfihfnhap
URL Chính Thức https://chromewebstore.google.com/detail/apty-client-v3/edimjmpaidejcceigplppphjfihfnhap
Mô tả Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.
Kích Thước Tệp 517 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 4.15.0
Cập Nhật Lần Cuối 2022-02-15
Ngày Phát Hành 2022-02-14
Nhà Phát Triển letznavpublisher
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://support.apty.io/hc/en-us/articles/8823594740635-Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Apty Client V3",
    "description": "Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.",
    "version": "4.15.0",
    "icons": {
        "16": "assets\/icon\/icon16.png",
        "32": "assets\/icon\/icon32.png",
        "48": "assets\/icon\/icon48.png",
        "128": "assets\/icon\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.apty.io\/*",
        "http:\/\/localhost\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "config.json",
                "window.var.js",
                "error-tracking.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hitachigbs.service-now.com\/*",
                "https:\/\/ppmdemo.apty.io\/*",
                "https:\/\/apty-developer-edition.ap4.force.com\/aptyTestingMaryKay\/s\/*",
                "https:\/\/letznav-dev-ed.lightning.force.com\/*",
                "https:\/\/letznav-dev-ed.my.salesforce.com\/*"
            ],
            "js": [
                "bundle.js",
                "services.js"
            ],
            "css": [
                "commonstyles.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Apty Client"
    }
}