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…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 Kijiji Reposter
ID fdochcinmkmooanbmkmddjcggcecieke
官方網址 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"
    }
}