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…

Wat is Kijiji Reposter?

Kijiji Reposter is een Chrome-extensie ontwikkeld door Trip.S.Software, en de belangrijkste functie is "Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kijiji Reposter

Download Kijiji Reposter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kijiji Reposter Kijiji Reposter
ID fdochcinmkmooanbmkmddjcggcecieke
Officiële URL https://chromewebstore.google.com/detail/kijiji-reposter/fdochcinmkmooanbmkmddjcggcecieke
Beschrijving Kijiji Reposter helps you save your time and money by bumping your Kijiji ads to the first page. Easily repost your ads and get…
Bestandsgrootte 2.1 MB
Aantal Installaties 2,208
Huidige Versie 5.1.14
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2020-09-06
Beoordeling 3.77/5 Totaal 109 Beoordelingen
Ontwikkelaar Trip.S.Software
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tripssoftware.github.io
Ondersteunde Talen 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"
    }
}