Kijiji Repost
Reposting your Kijiji Ads has never been easier with the Kijiji Repost Chrome Extension.
Kijiji Repostคืออะไร?
Kijiji Repost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maike Labs และคุณลักษณะหลักของมันคือ "Reposting your Kijiji Ads has never been easier with the Kijiji Repost Chrome Extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kijiji Repost
ดาวน์โหลดไฟล์ส่วนขยาย Kijiji Repost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Last tested on Aug 9, 2020. This works in all categories except Services. Reposting your Kijiji Ads has never been easier with the Kijiji Repost Chrome Extension. When you post an ad on Kijiji, it's placed on the top of your category's page. Unfortunately, your ad moves down every time a new ad is posted–good luck attracting buyers on page six! You can solve this problem using Top Ads, but they're expensive. Kijiji Repost takes the information of your existing ad, deletes your ad, and posts a new ad with that information. The extension is ban-proof as long as you're posting only on one account. Simply go to 'My Ads' and click our repost button–that's it. In a few minutes, your ad will be back on top. The best part: you can repost your ad as many times as you like. Get the exposure you deserve at a fraction of the price. Get Kijijij Repost Today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kijiji Repost |
ID | aakomcpalnkocbkfnpnhklhoammnpbij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kijiji-repost/aakomcpalnkocbkfnpnhklhoammnpbij |
คำอธิบาย | Reposting your Kijiji Ads has never been easier with the Kijiji Repost Chrome Extension. |
ขนาดไฟล์ | 474 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2020-08-10 |
วันที่เผยแพร่ | 2020-06-09 |
คะแนน | 3.09/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Maike Labs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Reposting your Kijiji Ads has never been easier with the Kijiji Repost Chrome Extension.", "version": "1.4.3", "manifest_version": 2, "name": "Kijiji Repost", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.kijiji.ca\/m-my-ads\/*" ], "js": [ "my_ads_page.bundle.js", "banner.bundle.js", "kijiji_repost.bundle.js" ] }, { "matches": [ "https:\/\/www.kijiji.ca\/v-view-details.html?adId=*" ], "js": [ "ad_details_page.bundle.js", "kijiji_repost.bundle.js" ] } ], "permissions": [ "identity", "storage", "notifications", "https:\/\/*.kijiji.ca\/*", "http:\/\/*.kijiji.ca\/*", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "330906896883-9evdq4khlevpo5njim0umkt63s9ktu8d.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "web_accessible_resources": [ "Kijiji_Reposter-34.png", "Kijiji_Reposter_white-34.png", "banner.html" ], "icons": { "128": "Kijiji_Reposter-128.png" }, "browser_action": { "default_icon": "Kijiji_Reposter-34.png", "default_popup": "popup.html" } } |