Kijiji Ad Repost Plus
Repost your Ad's on Kijiji with one simple click!
Kijiji Ad Repost Plusคืออะไร?
Kijiji Ad Repost Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kijiji Ad Repost Plus และคุณลักษณะหลักของมันคือ "Repost your Ad's on Kijiji with one simple click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kijiji Ad Repost Plus
ดาวน์โหลดไฟล์ส่วนขยาย Kijiji Ad Repost Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Last updated on November 24, 2023! Latest Updates: - Added new method to fix reposting ads - Reposting now works for the Service Category - Reposting now works for the Real Estate Category - Fixed Premium payments to allow for bulk reposting - Kijiji only allows a max of 3-5 ad's being reposted at a time so please try not to do more than that in one go Use the Kijiji Ad Repost Plus extension to easily bump up your ad(s) to the top! Are you tired of your listings falling below page one, resulting in no new visits to your ads? Say goodbye to paying an extra $15.00 to Kijiji every time you want to bump your ad to page one. Instead, choose Kijiji Ad Repost Plus, the ultimate chrome extension that flawlessly reposts your Kijiji ads with ease. Its user-friendly interface seamlessly integrates into the Kijiji website. With just a simple press of a button, you can repost an ad effortlessly. Want to repost multiple ads? Just select the ones you want and hit the repost button. Within seconds, all your chosen ads will be reposted. The best part? There's no limit to the number of times you can repost. Experience the exposure you truly deserve at a fraction of the cost. Don't waste your money on faulty extensions. Make the most out of your investment with Kijiji Ad Repost Plus. Contact [email protected] if you have suggestions or encounter any errors/bugs. Get Kijiji Ad Repost Plus today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jpbccakpadnncnieghbconnifemkjlih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kijiji-ad-repost-plus/jpbccakpadnncnieghbconnifemkjlih |
คำอธิบาย | Repost your Ad's on Kijiji with one simple click! |
ขนาดไฟล์ | 91.33 KB |
จำนวนการติดตั้ง | 1,094 |
เวอร์ชันปัจจุบัน | 2.5.0 |
อัปเดตครั้งล่าสุด | 2023-11-26 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 2.83/5 รวมทั้งหมด 72 คะแนน |
ผู้พัฒนา | Kijiji Ad Repost Plus |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://groups.google.com/forum/#!forum/kijiji-ad-repost-plus-support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.dropbox.com/scl/fi/rh497kv78xa20whu3dzb3/Privacy-Policy-for-Kijiji-Ad-Reposter-Chrome-Extension.paper?rlkey=m8w93m9fvabv9tae7jymhi1vo&dl=0 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kijiji Ad Repost Plus", "version": "2.5.0", "description": "Repost your Ad's on Kijiji with one simple click!", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "styles.css", "font-awesome.min.css", "tippy.css" ], "js": [ "jquery-3.5.1.min.js", "popper.min.js", "tippy.umd.min.js", "ExtPay.js", "utils.js", "constants.js", "populateHTMLElements.js", "content.js" ], "matches": [ "https:\/\/extensionpay.com\/*", "https:\/\/www.kijiji.ca\/m-my-ads\/*" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "icons": { "16": "k_logo_16.png", "48": "k_logo_64.png", "128": "k_logo_128.png" } } |