Recorder Action

The operation on the operation webpage automatically generates AdsPower's RPA process

Recorder Actionคืออะไร?

Recorder Action เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AdsPower และคุณลักษณะหลักของมันคือ "The operation on the operation webpage automatically generates AdsPower's RPA process"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recorder Action

ดาวน์โหลดไฟล์ส่วนขยาย Recorder Action ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Operation recording is used for browser automation step recording. After starting, it will record clicks, input, page scrolling, and drop-down selections on the current page.

The operation steps are as follows:

1. Click Recorder Now to start recording

2. The click, scroll, input, and jump of the operation page will be recorded as an RPA automation process

3. When the page jumps, you need to wait for the status WAIT to update to REC, and then re-operate to record

4. During the recording process, if some operations are not recorded, click Pause first, and then click Resume after the operation is complete

5. After the recording is complete, click Export and copy to the pasteboard

6. Process of RPA robot imported into AdsPower

Operate on AdsPower:

1. Go back to the RPA robot process of AdsPower, create process -> import

2. Check the browser environment and select the RPA robot process just created

3. Here AdsPower will automatically open the browser, visit the website just recorded and repeat the operation just recorded                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Recorder Action Recorder Action
ID hkefjlonaegglofbhbjblbhmhfhmnfjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recorder-action/hkefjlonaegglofbhbjblbhmhfhmnfjf
คำอธิบาย The operation on the operation webpage automatically generates AdsPower's RPA process
ขนาดไฟล์ 63.78 KB
จำนวนการติดตั้ง 777
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2021-07-02
วันที่เผยแพร่ 2021-06-21
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา AdsPower
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.adspower.net/?code=cdyhqt&source=record
URL หน้านโยบายความเป็นส่วนตัว https://www.adspower.net
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "recorder-action",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "clipboardWrite",
        "*:\/\/*\/"
    ],
    "homepage_url": "https:\/\/www.adspower.net",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_ext_name__"
    },
    "background": {
        "scripts": [
            "libs\/background.js"
        ]
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "options_page": "popup\/help.html"
}