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によって開発された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…」です。
拡張機能のスクリーンショット
Kijiji Reposter拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |