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 là gì?
Kijiji Reposter là một tiện ích mở rộng Chrome được phát triển bởi Trip.S.Software, và tính năng chính của nó là "Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kijiji Reposter
Tải xuống các tệp mở rộng Kijiji Reposter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kijiji Reposter |
ID | fdochcinmkmooanbmkmddjcggcecieke |
URL Chính Thức | https://chromewebstore.google.com/detail/kijiji-reposter/fdochcinmkmooanbmkmddjcggcecieke |
Mô tả | Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get… |
Kích Thước Tệp | 2.1 MB |
Số Lần Cài Đặt | 2,208 |
Phiên Bản Hiện Tại | 5.1.14 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2020-09-06 |
Đánh Giá | 3.77/5 Tổng số 109 Đánh Giá |
Nhà Phát Triển | Trip.S.Software |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://tripssoftware.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |