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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة المساعدة | 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"
}
} | |