Rinkt recorder and player

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

What is Rinkt recorder and player?

Rinkt recorder and player is a Chrome extension developed by Rinkt, and its main feature is "Records and plays browser actions. Design your custom workflow using Rinkt Studio desktop application.".

Extension Screenshots

screenshot

Download Rinkt recorder and player Extension CRX File

Download Rinkt recorder and player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Rinkt recorder and player Rinkt recorder and player
ID mangkcjbeinidifakjpbbjlkipleldoj
Official URL https://chromewebstore.google.com/detail/rinkt-recorder-and-player/mangkcjbeinidifakjpbbjlkipleldoj
Description Records and plays browser actions. Design your custom workflow using Rinkt Studio desktop application.
File Size 237 KB
Installation Count 83
Current Version 2.0.7
Last Updated 2023-05-25
Publish Date 2020-06-27
Rating 5.00/5 Total 1 Ratings
Developer Rinkt
Email [email protected]
Payment Type free
Extension Website https://www.rinkt.com/
Help Page URL https://www.rinkt.com/contact
Supported Languages 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
}