Data Scrapper
This extension will Scrape Asins from Amazon Search Results & StoreFront.
Data Scrapperคืออะไร?
Data Scrapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension will Scrape Asins from Amazon Search Results & StoreFront."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Data Scrapper
ดาวน์โหลดไฟล์ส่วนขยาย Data Scrapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension for Google Chrome ™ that allows the extraction of information from Web Pages.
Data Scrapper is an extension developed by NerdzPlanet Team for Google Chrome ™ that allows the extraction of information. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jlipjjlbnogejmanaplfhbacgbgcdopg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg |
| คำอธิบาย | This extension will Scrape Asins from Amazon Search Results & StoreFront. |
| ขนาดไฟล์ | 248 KB |
| จำนวนการติดตั้ง | 364 |
| เวอร์ชันปัจจุบัน | 1.5.1 |
| อัปเดตครั้งล่าสุด | 2020-05-06 |
| วันที่เผยแพร่ | 2020-05-06 |
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://mydatascraper.com/ |
| URL หน้าช่วยเหลือ | http://mydatascraper.com/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Data Scrapper",
"version": "1.5.1",
"description": "This extension will Scrape Asins from Amazon Search Results & StoreFront.",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.com\/*"
],
"js": [
"script.js"
]
}
],
"permissions": [
"tabs",
"activeTab",
"https:\/\/www.amazon.com\/*",
"http:\/\/mydatascraper.com\/functions\/"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
}
} | |