Craigslist Helper - Relister
Chrome extension that helps repost expired Craigslist listing in bulk
Co je Craigslist Helper - Relister?
Craigslist Helper - Relister je rozšíření Chrome vyvinuté Danis Soft, a jeho hlavní funkcí je „Chrome extension that helps repost expired Craigslist listing in bulk“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Craigslist Helper - Relister
Stáhněte si soubory rozšíření Craigslist Helper - Relister ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Craigslist Helper - Relister |
ID | lkajmflekdkbdfeemgpggokpfnfbjmll |
Oficiální URL | https://chromewebstore.google.com/detail/craigslist-helper-reliste/lkajmflekdkbdfeemgpggokpfnfbjmll |
Popis | Chrome extension that helps repost expired Craigslist listing in bulk |
Velikost souboru | 970 KB |
Počet instalací | 45 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2021-11-18 |
Datum Vydání | 2021-11-18 |
Vývojář | Danis Soft |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |