Mango Picker - Web Automation & Scraper

MangoPicker is No code Automation Tool. Automatically process repetitive tasks and get the desired data.

Mango Picker - Web Automation & Scraperคืออะไร?

Mango Picker - Web Automation & Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mgpicker.com และคุณลักษณะหลักของมันคือ "MangoPicker is No code Automation Tool. Automatically process repetitive tasks and get the desired data."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mango Picker - Web Automation & Scraper

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

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

                        🕓 get off work early 🕓

Reduce your work hours with MangoPicker and Automate repetitive tasks.


📚 Collect the desired data all at once. 📚

Easily extract the desired data from the web via the data extraction feature and save it to Excel or JSON file!

MangoPicker provides you with an easy web automation, web crawling, and web scraping features.

Build your own web automation program by stacking actions such as clicking, extracting, and inputting as blocks!
We have made it easy for anyone. Just 5 minutes to get the job done.



⭐️ Key Features ⭐️



1️⃣ Web Automation (Block Stacking)

With the easy block stacking feature, users can configure desired web tasks in block units.

Blocks represent actions such as clicking, extracting, and inputting, and by combining them, complex tasks can be implemented easily and quickly.


2️⃣ Recording Feature

Automatically detect user actions such as clicking, extracting, and inputting to incrementally build automation tasks.

Recording actions eliminate the need to manually stack blocks, increasing work efficiency.


3️⃣ Dashboard

Provides a dashboard window to monitor running blocks and view extracted data.

Monitor ongoing tasks and easily check extracted data.


4️⃣ Data Extraction

Extract desired data from the web and download it to Excel or JSON file. This feature allows extraction of various data such as articles or product information.

Maximize work efficiency with simple and accurate data extraction.




Our basic version is provided for free, and it is easy for anyone to use.

Experience the convenience of web automation and data extraction via our service right now!                    

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

ชื่อ Mango Picker - Web Automation & Scraper Mango Picker - Web Automation & Scraper
ID ajmhgecmlnjafdbheokocddnhapinlcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mango-picker-web-automati/ajmhgecmlnjafdbheokocddnhapinlcn
คำอธิบาย MangoPicker is No code Automation Tool. Automatically process repetitive tasks and get the desired data.
ขนาดไฟล์ 7.42 MB
จำนวนการติดตั้ง 234
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2023-07-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://mgpicker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://mangopicker.notion.site/Privacy-Policy-2023-09-19-e056db3ddf8447beba8d0740554ad105?pvs=4
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.3",
    "version_name": "1.5.3",
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "32": "assets\/icons\/logo-32.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    },
    "background": {
        "service_worker": "background.mjs"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "action": [],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/popup\/main.html",
                "pages\/feedback\/feedback.html",
                "pages\/dashboard\/dashboard.html",
                "pages\/tutorial\/tutorial.html",
                "pages\/login\/login.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}