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 - это расширение Chrome, разработанное Trip.S.Software, и его основная функция - "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

Скачать файл CRX расширения Kijiji Reposter

Скачайте файлы расширений 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
Официальный 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
Электронная почта [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"
    }
}