Craigslist Helper - Relister
Chrome extension that helps repost expired Craigslist listing in bulk
Co to jest Craigslist Helper - Relister?
Craigslist Helper - Relister to rozszerzenie Chrome opracowane przez Danis Soft, a jego główną funkcją jest „Chrome extension that helps repost expired Craigslist listing in bulk”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Craigslist Helper - Relister
Pobierz pliki rozszerzeń Craigslist Helper - Relister w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Craigslist Helper - Relister |
ID | lkajmflekdkbdfeemgpggokpfnfbjmll |
Oficjalny URL | https://chromewebstore.google.com/detail/craigslist-helper-reliste/lkajmflekdkbdfeemgpggokpfnfbjmll |
Opis | Chrome extension that helps repost expired Craigslist listing in bulk |
Rozmiar pliku | 970 KB |
Liczba instalacji | 45 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2021-11-18 |
Data Publikacji | 2021-11-18 |
Deweloper | Danis Soft |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |