Debump
Debump is a chrome extension that helps Depop sellers automatically refresh their items.
Debumpคืออะไร?
Debump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Debump และคุณลักษณะหลักของมันคือ "Debump is a chrome extension that helps Depop sellers automatically refresh their items."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Debump
ดาวน์โหลดไฟล์ส่วนขยาย Debump ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of manually refreshing all your items? Then let Debump do it for you! Simply click a button and it'll get to work "bumping" your items right before your eyes, letting you focus on more important things. Everyone gets a free 7-day trial. After that Debump costs $8 per month (+ VAT in certain regions). If you have any questions or thoughts about Debump, feel free to shoot me an email at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Debump |
ID | naoanpnjififodcipibbkgejbohcbnge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/debump/naoanpnjififodcipibbkgejbohcbnge |
คำอธิบาย | Debump is a chrome extension that helps Depop sellers automatically refresh their items. |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-04-10 |
วันที่เผยแพร่ | 2021-04-05 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Debump |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.debumpbot.com/ |
URL หน้าช่วยเหลือ | https://www.debumpbot.com/contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Debump", "version": "1.0.0", "manifest_version": 2, "icons": { "128": ".\/db 128x128.png", "32": ".\/db 32x32.png", "48": ".\/db 48x48.png", "16": ".\/db 16x16.png" }, "description": "Debump is a chrome extension that helps Depop sellers automatically refresh their items.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/*.depop.com\/*", "http:\/\/*.depop.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com\/; object-src 'self'", "content_scripts": [ { "matches": [ " |