Kijiji Reposter
Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get…
Kijiji Reposterคืออะไร?
Kijiji Reposter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trip.S.Software และคุณลักษณะหลักของมันคือ "Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kijiji Reposter
ดาวน์โหลดไฟล์ส่วนขยาย Kijiji Reposter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get more sales! Kijiji Reposter also has an auto repost feature that allows you to repost your ads in the background. Get more views and get more sales. Please be aware that there are still the Kijiji posting limits. This includes daily post limits and max-category post limits. We cannot fix this.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kijiji Reposter |
ID | fdochcinmkmooanbmkmddjcggcecieke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kijiji-reposter/fdochcinmkmooanbmkmddjcggcecieke |
คำอธิบาย | Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get… |
ขนาดไฟล์ | 2.1 MB |
จำนวนการติดตั้ง | 2,208 |
เวอร์ชันปัจจุบัน | 5.1.14 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2020-09-06 |
คะแนน | 3.77/5 รวมทั้งหมด 109 คะแนน |
ผู้พัฒนา | Trip.S.Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://tripssoftware.github.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.1.14", "manifest_version": 3, "name": "Kijiji Reposter", "action": { "default_popup": "js\/index.html", "default_title": "Kijiji Reposter" }, "icons": { "128": "assets\/icon.png" }, "permissions": [ "storage", "alarms", "notifications" ], "options_page": "js\/settings.html", "host_permissions": [ "https:\/\/www.kijiji.ca\/*", "https:\/\/extensionpay.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.kijiji.ca\/m-my-ads\/*" ], "js": [ "js\/content_scripts\/edit-ads.js" ], "css": [ "css\/loading.css" ] }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "js\/content_scripts\/ext-pay.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.kijiji.ca\/p-edit-ad.html?kijijiReposter*" ], "js": [ "js\/content_scripts\/repost-handler.js" ] }, { "matches": [ "https:\/\/www.kijiji.ca\/p-edit-ad.html*kijijiReposterUndelete*" ], "js": [ "js\/content_scripts\/remove-post-id.js" ] } ], "background": { "service_worker": "js\/service_worker.js", "type": "module" } } |