Craigslist Helper - Relister

Chrome extension that helps repost expired Craigslist listing in bulk

O que é Craigslist Helper - Relister?

Craigslist Helper - Relister é uma extensão do Chrome desenvolvida por Danis Soft, e sua principal característica é "Chrome extension that helps repost expired Craigslist listing in bulk".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Craigslist Helper - Relister

Baixe arquivos de extensão Craigslist Helper - Relister no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Craigslist Helper - Relister Craigslist Helper - Relister
ID lkajmflekdkbdfeemgpggokpfnfbjmll
URL Oficial https://chromewebstore.google.com/detail/craigslist-helper-reliste/lkajmflekdkbdfeemgpggokpfnfbjmll
Descrição Chrome extension that helps repost expired Craigslist listing in bulk
Tamanho do Arquivo 970 KB
Contagem de Instalações 45
Versão Atual 2.1
Última Atualização 2021-11-18
Data de Publicação 2021-11-18
Desenvolvedor Danis Soft
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}