Craigslist Helper - Relister
Chrome extension that helps repost expired Craigslist listing in bulk
Что такое Craigslist Helper - Relister?
Craigslist Helper - Relister - это расширение Chrome, разработанное Danis Soft, и его основная функция - "Chrome extension that helps repost expired Craigslist listing in bulk".
Снимки экрана расширения
Скачать файл CRX расширения Craigslist Helper - Relister
Скачайте файлы расширений Craigslist Helper - Relister в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome extension that aids in reposting expired Craigslist listing in multiple quantities for legitimate uses. This tool is designed as an aid in reposting multiple listings. This tool does not bypass any of craigslist built-in defenses against spammers nor is intended or designed as a mass-posting tool. It is subject to Craigslist posting restrictions on the post renewal speed.
Основная информация о расширении
Название | Craigslist Helper - Relister |
ID | lkajmflekdkbdfeemgpggokpfnfbjmll |
Официальный URL | https://chromewebstore.google.com/detail/craigslist-helper-reliste/lkajmflekdkbdfeemgpggokpfnfbjmll |
Описание | Chrome extension that helps repost expired Craigslist listing in bulk |
Размер файла | 970 KB |
Количество установок | 45 |
Текущая Версия | 2.1 |
Последнее Обновление | 2021-11-18 |
Дата публикации | 2021-11-18 |
Разработчик | Danis Soft |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Helper - Relister", "version": "2.1", "description": "Chrome extension that helps repost expired Craigslist listing in bulk", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/post.craigslist.org\/*", "https:\/\/post.craigslist.org\/*", "http:\/\/accounts.craigslist.org\/*", "https:\/\/accounts.craigslist.org\/*" ], "js": [ "js\/third\/jquery-2.1.1.min.js", "js\/third\/bootstrap.bundle.min.js", "js\/third\/bootbox.min.js", "js\/content_script.min.js" ], "css": [ "css\/third\/bootstrap.min.css" ] } ], "browser_action": { "default_icon": "icon.png", "name": "Craigslist helper - Relister", "default_title": "Craigslist Helper - Relister", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*.craigslist.org\/*", "https:\/\/*.craigslist.org\/*" ] } |