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によって開発されたChromeの拡張機能で、その主な機能は「Records and plays browser actions. Design your custom workflow using Rinkt Studio desktop application.」です。

拡張機能のスクリーンショット

screenshot

Rinkt recorder and player拡張機能のCRXファイルをダウンロード

Rinkt recorder and player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}