Coopel Selector Helper

Coopel のシナリオ作成をサポートします。

What is Coopel Selector Helper?

Coopel Selector Helper is a Chrome extension developed by https://coopel.ai, and its main feature is "Coopel のシナリオ作成をサポートします。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Coopel Selector Helper Extension CRX File

Download Coopel Selector Helper 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

                        Coopelでのシナリオ開発画面において要素の取得を容易にします。
「URLにアクセス」や「クリック」などのブラウザを操作するアクションにおいて、操作したい実際のサイトにアクセスし記録するようなイメージで
簡単にシナリオを作成していくことができます。
トグルスイッチでモードを切り替えれば、通常のブラウザ操作も行え簡単にページを移動してまた記録するといった使い方もできます。

Coopel Slector Helper はCoopelのシナリオ開発画面でのみ使用可能です。

起動方法

1.coopelにログインします。
https://console.coopel.ai/

2. シナリオ作成ボタンをクリックします

3. ブラウザ関連のアクションをクリックかドラッグ&ドロップで開発画面に配置します

4. アクセスしたいURLを入力し要素選択を開始ボタンをクリックします                    

Extension Basic Information

Name Coopel Selector Helper Coopel Selector Helper
ID ialnpgldhlnfpeemggnjbnamlglbciie
Official URL https://chromewebstore.google.com/detail/coopel-selector-helper/ialnpgldhlnfpeemggnjbnamlglbciie
Description Coopel のシナリオ作成をサポートします。
File Size 3.19 MB
Installation Count 5,157
Current Version 3.0.14
Last Updated 2024-02-08
Publish Date 2020-06-17
Developer https://coopel.ai
Email [email protected]
Payment Type free
Extension Website https://coopel.ai/
Help Page URL https://coopel.ai/help-center
Privacy Policy Page URL https://dena.com/jp/privacy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "3.0.14",
    "manifest_version": 3,
    "default_locale": "ja",
    "icons": {
        "16": "app\/images\/icon-16.png",
        "48": "app\/images\/icon-48.png",
        "128": "app\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content_script.ts.2ac5d589.821d956d.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/console.coopel.ai\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "app\/images\/*.png",
                "app\/fonts\/M_PLUS_Rounded_1c\/*.woff2",
                "app\/fonts\/M_PLUS_Rounded_1c_Bold\/*.woff2"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/added_action.aa6ed6f3.js",
                "assets\/content_script.ts.2ac5d589.js"
            ],
            "use_dynamic_url": true
        }
    ]
}