Hidup Cuan Scraper - Tokopedia

Data extraction tool that scrape and extract information from various marketplaces in accordance to the selected marketplace tool.

Hidup Cuan Scraper - Tokopedia là gì?

Hidup Cuan Scraper - Tokopedia là một tiện ích mở rộng Chrome được phát triển bởi https://hidupcuan.com, và tính năng chính của nó là "Data extraction tool that scrape and extract information from various marketplaces in accordance to the selected marketplace tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hidup Cuan Scraper - Tokopedia

Tải xuống các tệp mở rộng Hidup Cuan Scraper - Tokopedia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        hidupCUAN, alat ekstrak data situs belanja online Tokopedia dengan ekstensi browser Chrome. 
Hanya dengan sekali klik, tanpa coding dan tanpa download software apapun, unduh data website yang kamu cari ke dalam format CSV atau JPG.

Fitur :
1.	Tanpa Coding
2.	Ekstrak data tanpa batas setiap harinya
3.	Data yang diekstrak akan tersimpan di penyimpanan lokal di perangkat Anda
4.	Ekspor data ke format CSV atau JPG
5.	Hanya untuk situs belanja online Tokopedia
6.	Hanya dapat digunakan pada browser Chrome

Kunjungi website hidupCUAN untuk tutorial dan dokumentasi lebih lanjut :
https://www.hidupcuan.com

Dapatkan aplikasi android kami :
https://play.google.com/store/apps/details?id=com.hidupcuan.app

Ajukan pertanyaan atau kirimkan bug ke :
[email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hidup Cuan Scraper - Tokopedia Hidup Cuan Scraper - Tokopedia
ID kpdblbepjhhdilfanfgmkdnmllgefife
URL Chính Thức https://chromewebstore.google.com/detail/hidup-cuan-scraper-tokope/kpdblbepjhhdilfanfgmkdnmllgefife
Mô tả Data extraction tool that scrape and extract information from various marketplaces in accordance to the selected marketplace tool.
Kích Thước Tệp 346 KB
Số Lần Cài Đặt 6,920
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2020-06-05
Đánh Giá 4.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://hidupcuan.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hidupcuan.com
URL Trang Chính Sách Bảo Mật https://hidupcuan.com/syaratketentuan
Ngôn Ngữ Được Hỗ Trợ id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/libraries\/jquery.js",
            "js\/regexer.js",
            "js\/background\/parser.js",
            "js\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/jsPopup.css"
            ],
            "js": [
                "js\/libraries\/jquery.js",
                "js\/libraries\/enscroll.js",
                "js\/libraries\/jquery.tablesorter.js",
                "js\/libraries\/table2csv.js",
                "js\/libraries\/table2excel.js",
                "js\/regexer.js",
                "js\/common.js",
                "js\/currentState.js",
                "js\/storefront.js",
                "js\/jsPopup.js",
                "js\/libraries\/html2canvas.js",
                "js\/libraries\/md5.min.js"
            ],
            "matches": [
                "*:\/\/www.tokopedia.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google.com https:\/\/www.gstatic.com https:\/\/accounts.google.com; object-src 'self';",
    "description": "Data extraction tool that scrape and extract information from various marketplaces in accordance to the selected marketplace tool.",
    "homepage_url": "https:\/\/yventures.com.sg\/",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Hidup Cuan Scraper - Tokopedia",
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "background",
        "notifications",
        "storage",
        "unlimitedStorage",
        "identity",
        "*:\/\/www.tokopedia.com\/*",
        "https:\/\/www.tokopedia.com\/*",
        "https:\/\/*.tokopedia.com\/*",
        "*:\/\/www.hidupcuan.com\/*",
        "https:\/\/hidupcuan.com\/*",
        "https:\/\/*.hidupcuan.com\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/graph.facebook.com\/oauth\/access_token",
        "https:\/\/www.facebook.com\/",
        "https:\/\/graph.facebook.com\/"
    ],
    "version": "1.1.4",
    "web_accessible_resources": [
        "*"
    ],
    "oauth2": {
        "client_id": "631549644631-dmejv8b3mhs8iifnsu4udvfkbfl35ek4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/user.birthday.read",
            "https:\/\/www.googleapis.com\/auth\/user.gender.read",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}