Ptengine-Assistant

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

Ptengine-Assistant क्या है?

Ptengine-Assistant ptengine-app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance the performance of Ptengine heatmaps and experience no-code editor."।

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम Ptengine-Assistant Ptengine-Assistant
ID camilcgaojjnemdajaipbjjkehleclnf
आधिकारिक URL https://chromewebstore.google.com/detail/ptengine-assistant/camilcgaojjnemdajaipbjjkehleclnf
विवरण Enhance the performance of Ptengine heatmaps and experience no-code editor.
फ़ाइल का आकार 418 KB
स्थापना संख्या 3,454
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2022-03-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ptengine-app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ptengine.jp/
गोपनीयता नीति पृष्ठ URL https://www.ptengine.jp/privacy-policy
समर्थित भाषाएँ 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"
    ]
}