Ptengine-Assistant

Enhance the performance of Ptengine heatmaps and experience no-code editor.

Ptengine-Assistant là gì?

Ptengine-Assistant là một tiện ích mở rộng Chrome được phát triển bởi ptengine-app, và tính năng chính của nó là "Enhance the performance of Ptengine heatmaps and experience no-code editor.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ptengine-Assistant

Tải xuống các tệp mở rộng Ptengine-Assistant 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

                        The Ptengine Assistant extension can enhance the performance of Ptengine heatmaps and experience no-code editor. 

The extension can ensure your page displays correctly when viewing the heatmap and can simulate different devices to view the heatmap as smartphones or tablets. 

In addition, with the extension, you can have a better experience when using our no-code editor to change the page content such as the text or image on your page, or create popups or sticky bars for different devices.                    

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

Tên Ptengine-Assistant Ptengine-Assistant
ID camilcgaojjnemdajaipbjjkehleclnf
URL Chính Thức https://chromewebstore.google.com/detail/ptengine-assistant/camilcgaojjnemdajaipbjjkehleclnf
Mô tả Enhance the performance of Ptengine heatmaps and experience no-code editor.
Kích Thước Tệp 418 KB
Số Lần Cài Đặt 3,454
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2022-03-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ptengine-app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ptengine.jp/
URL Trang Chính Sách Bảo Mật https://www.ptengine.jp/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,ja
manifest.json
{
    "author": "@samrum\/vite-plugin-web-extension",
    "description": "__MSG_appDesc__",
    "name": "Ptengine-Assistant",
    "version": "2.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": {
            "32": "icons\/Ptengine-plugin-32.png",
            "48": "icons\/Ptengine-plugin-48.png",
            "128": "icons\/Ptengine-plugin-128.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/entries\/contentScript\/primary\/main.ts",
                "js\/inject.js",
                "js\/inject-heatmap-helper.js",
                "css\/bootstrap.min.css",
                "js\/_sid.js",
                "js\/_auth.js",
                "js\/assistant_inject.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-04f9732a.js",
                "assets\/screenShotContent-379ccf36.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "\/rule\/rules.json"
            }
        ]
    },
    "icons": {
        "32": "icons\/Ptengine-plugin-32.png",
        "48": "icons\/Ptengine-plugin-48.png",
        "128": "icons\/Ptengine-plugin-128.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "declarativeNetRequest",
        "tabs",
        "scripting",
        "storage",
        "activeTab"
    ]
}