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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Craigslist Helper - Relister 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}