Craigslist Helper - Relister
Chrome extension that helps repost expired Craigslist listing in bulk
什么是Craigslist Helper - Relister?
Craigslist Helper - Relister是由Danis Soft开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that helps repost expired Craigslist listing in bulk”。
扩展截图
下载Craigslist Helper - Relister扩展crx文件
下载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\/*" ] } |