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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Kijiji Reposter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |