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…

Was ist Kijiji Reposter?

Kijiji Reposter ist eine Chrome-Erweiterung, die von Trip.S.Software entwickelt wurde, und ihr Hauptmerkmal ist "Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Kijiji Reposter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kijiji Reposter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kijiji Reposter Kijiji Reposter
ID fdochcinmkmooanbmkmddjcggcecieke
Offizielle URL https://chromewebstore.google.com/detail/kijiji-reposter/fdochcinmkmooanbmkmddjcggcecieke
Beschreibung Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get…
Dateigröße 2.1 MB
Installationsanzahl 2,208
Aktuelle Version 5.1.14
Letztes Update 2024-03-04
Veröffentlichungsdatum 2020-09-06
Bewertung 3.77/5 Insgesamt 109 Bewertungen
Entwickler Trip.S.Software
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://tripssoftware.github.io
Unterstützte Sprachen 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"
    }
}