Spot N List

Extension for Facebook Marketplace

Spot N Listとは何ですか?

Spot N Listはhttps://spotnpaste.netによって開発されたChromeの拡張機能で、その主な機能は「Extension for Facebook Marketplace」です。

拡張機能のスクリーンショット

screenshot

Spot N List拡張機能のCRXファイルをダウンロード

Spot N List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Welcome to the next generation of dropshipping! Spot N List is a dropship lister that will allow you to easily list your items to multiple marketplaces and from multiple suppliers! 
Currently we are supporting these Marketplaces:
-Facebook

And these suppliers:
-Amazon

We have numerous marketplaces and suppliers in the pipeline to start adding soon!                    

拡張機能の基本情報

名前 Spot N List Spot N List
ID bblgdnmmlfpklekdecoaiafnbnmdnbac
公式URL https://chromewebstore.google.com/detail/spot-n-list/bblgdnmmlfpklekdecoaiafnbnmdnbac
説明 Extension for Facebook Marketplace
ファイルサイズ 5.72 MB
インストール数 72
現在のバージョン 0.9.7
最終更新日 2023-05-19
公開日 2021-07-18
開発者 https://spotnpaste.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://spotnpaste.net
ヘルプページのURL https://help.spotnpaste.net
プライバシーポリシーページのURL https://spotnpaste.net/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spot N List",
    "description": "Extension for Facebook Marketplace",
    "version": "0.9.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/icon500.png",
                "imgs\/title.gif",
                "imgs\/desc.gif",
                "imgs\/pPrice.gif",
                "imgs\/sPrice.gif",
                "imgs\/sImage.gif",
                "imgs\/lImage.gif",
                ".\/js\/suppliers.js",
                "imgs\/icon128.png",
                "css\/n.css",
                "js\/a\/lib.min.js",
                "js\/test.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                ".\/js\/suppliers.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": ".\/imgs\/icon16.png",
        "48": ".\/imgs\/icon48.png",
        "128": ".\/imgs\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "js\/snc.js"
            ],
            "matches": [
                "*:\/\/spotnpaste.net\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/copy-btn.css",
                "css\/step-form.css"
            ],
            "js": [
                "js\/a\/lib.min.js",
                "js\/a\/us.js",
                "js\/a\/utils.js",
                "js\/snc.js",
                "js\/x.js",
                ".\/js\/uniq.js",
                "js\/a\/a.js",
                "js\/headInfo.js",
                "js\/mc.js",
                "js\/nav.js",
                ".\/js\/pd.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/n.css"
            ],
            "js": [
                "js\/a\/lib.min.js",
                "js\/p.js",
                "js\/fb-paste.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "css": [
                "css\/n.css"
            ],
            "js": [
                "js\/a\/lib.min.js",
                "js\/p.js",
                "js\/sh.js"
            ],
            "matches": [
                "*:\/\/spotnpaste.myshopify.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/n.css"
            ],
            "js": [
                "js\/a\/lib.min.js",
                "js\/p.js",
                "js\/eb.js"
            ],
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.com.cn\/*",
                "*:\/\/*.ebay.dk\/*",
                "*:\/\/*.ebay.fi\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.gr\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.hu\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.no\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.ru\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.co.th\/*",
                "*:\/\/*.ebay.vn\/*",
                "*:\/\/*.ebay.com.tw\/*",
                "*:\/\/*.ebay.cn\/*"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ]
}