Rinkt recorder and player

Records and plays browser actions. Design your custom workflow using Rinkt Studio desktop application.

Rinkt recorder and player क्या है?

Rinkt recorder and player Rinkt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Records and plays browser actions. Design your custom workflow using Rinkt Studio desktop application."।

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

screenshot

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

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

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

                        Records and replays web browser actions using Rinkt desktop application. 
Rinkt desktop application is used to build custom workflows out of the recorded actions and plays the recorded web actions using this extension                    

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

नाम Rinkt recorder and player Rinkt recorder and player
ID mangkcjbeinidifakjpbbjlkipleldoj
आधिकारिक URL https://chromewebstore.google.com/detail/rinkt-recorder-and-player/mangkcjbeinidifakjpbbjlkipleldoj
विवरण Records and plays browser actions. Design your custom workflow using Rinkt Studio desktop application.
फ़ाइल का आकार 237 KB
स्थापना संख्या 83
वर्तमान संस्करण 2.0.7
अंतिम अपडेट 2023-05-25
प्रकाशन तिथि 2020-06-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Rinkt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.rinkt.com/
सहायता पृष्ठ URL https://www.rinkt.com/contact
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rinkt recorder and player",
    "description": "Records and plays browser actions. Design your custom workflow using Rinkt Studio desktop application.",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "author": "rinkt",
    "version": "2.0.7",
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Rinkt recorder and player"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/startup_script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "webNavigation",
        "storage",
        "debugger"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/embedded.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "offline_enabled": true
}