Listify - Crosslist Tool

Cross-list on multiple marketplaces with the #1 reselling tool. Including eBay, Mercari, Poshmark, Depop, Facebook and more!

Listify - Crosslist Tool क्या है?

Listify - Crosslist Tool listifyx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cross-list on multiple marketplaces with the #1 reselling tool. Including eBay, Mercari, Poshmark, Depop, Facebook and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Listify - Crosslist Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Save time. Sell more. 

It's like magic in real life, Listify will save you thousands of hours that you used to waste listing. Simply put, we make your life easier. 

Our extension is built with simplicity and ease-of-use in mind, making it a perfect tool for sellers who want to save time and effort while managing their online sales. Listify only accesses web pages that you select, and we never collect or share your personal data, so you can use our extension with peace of mind.

This extension adds an icon to the top left corner of the listing of your choice that you can use to copy it to other marketplaces as well as the same marketplace you're currently on. Clicking on this creates a draft listing on the other platforms that you can review and submit. We also support relisting on the same marketplace.

Listify allows you to crosslist the following fields:
1. Photos
2. Price
3. Description
4. Title
5. Category
6. Brand
7. Color

What will you do with all of the extra time you get and extra money you make? 

Visit Listifyx.com for more information.                    

एक्सटेंशन की मूल जानकारी

नाम Listify - Crosslist Tool Listify - Crosslist Tool
ID nloghdnfjlahiihpckandafaabligeid
आधिकारिक URL https://chrome.google.com/webstore/detail/nloghdnfjlahiihpckandafaabligeid
विवरण Cross-list on multiple marketplaces with the #1 reselling tool. Including eBay, Mercari, Poshmark, Depop, Facebook and more!
फ़ाइल का आकार 1.44 MB
स्थापना संख्या 253
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-09
प्रकाशन तिथि 2023-04-09
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर listifyx
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.listifyx.com/
सहायता पृष्ठ URL https://www.listifyx.com/contact
गोपनीयता नीति पृष्ठ URL https://www.listifyx.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "web_accessible_resources\/images\/copy.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/crosslistmagic.js"
            ],
            "matches": [
                "*:\/\/listifyx.com\/*",
                "*:\/\/*.listifyx.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "src\/crosslistmagic.js"
            ],
            "matches": [
                "*:\/\/listifyx.com\/*",
                "*:\/\/*.listifyx.com\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "depop.css"
            ],
            "js": [
                "src\/content-scripts\/depop.js"
            ],
            "matches": [
                "*:\/\/www.depop.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "etsy.css"
            ],
            "js": [
                "src\/content-scripts\/etsy.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/listing\/*",
                "*:\/\/www.etsy.com\/shop\/*",
                "*:\/\/www.etsy.com\/*\/listing\/*",
                "*:\/\/www.etsy.com\/*\/shop\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/content-scripts\/facebook.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "grailed.css"
            ],
            "js": [
                "src\/content-scripts\/grailed.js"
            ],
            "matches": [
                "*:\/\/www.grailed.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "mercari.css"
            ],
            "js": [
                "src\/content-scripts\/mercari.js"
            ],
            "matches": [
                "*:\/\/www.mercari.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "poshmark.css"
            ],
            "js": [
                "src\/content-scripts\/poshmark.js"
            ],
            "matches": [
                "*:\/\/poshmark.com\/category\/*",
                "*:\/\/poshmark.com\/closet\/*",
                "*:\/\/poshmark.com\/brand\/*",
                "*:\/\/poshmark.com\/listing\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "poshmark.css"
            ],
            "js": [
                "src\/content-scripts\/poshmark-au.js"
            ],
            "matches": [
                "*:\/\/poshmark.com.au\/category\/*",
                "*:\/\/poshmark.com.au\/closet\/*",
                "*:\/\/poshmark.com.au\/brand\/*",
                "*:\/\/poshmark.com.au\/listing\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "poshmark.css"
            ],
            "js": [
                "src\/content-scripts\/poshmark-ca.js"
            ],
            "matches": [
                "*:\/\/poshmark.ca\/category\/*",
                "*:\/\/poshmark.ca\/closet\/*",
                "*:\/\/poshmark.ca\/brand\/*",
                "*:\/\/poshmark.ca\/listing\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "ebay.css"
            ],
            "js": [
                "src\/content-scripts\/ebay.js"
            ],
            "matches": [
                "*:\/\/www.ebay.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "ebay.css"
            ],
            "js": [
                "src\/content-scripts\/ebay-au.js"
            ],
            "matches": [
                "*:\/\/www.ebay.com.au\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "ebay.css"
            ],
            "js": [
                "src\/content-scripts\/ebay-ca.js"
            ],
            "matches": [
                "*:\/\/www.ebay.ca\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "ebay.css"
            ],
            "js": [
                "src\/content-scripts\/ebay-uk.js"
            ],
            "matches": [
                "*:\/\/www.ebay.co.uk\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "src\/content-scripts\/vinted-uk.js"
            ],
            "matches": [
                "*:\/\/www.vinted.co.uk\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css",
                "vinted-ca.css"
            ],
            "js": [
                "src\/content-scripts\/vinted-ca.js"
            ],
            "matches": [
                "*:\/\/www.vinted.ca\/*",
                "*:\/\/vinted.ca\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "src\/content-scripts\/vinted.js"
            ],
            "matches": [
                "*:\/\/www.vinted.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "jquery.js",
                "src\/importers\/depop-import.js"
            ],
            "matches": [
                "*:\/\/www.depop.com\/products\/create\/",
                "*:\/\/www.depop.com\/products\/create-first"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/ebay\/ebay-import2.js"
            ],
            "matches": [
                "*:\/\/www.ebay.ca\/lstng*",
                "*:\/\/www.ebay.com\/lstng*",
                "*:\/\/www.ebay.com.au\/lstng*",
                "*:\/\/www.ebay.co.uk\/lstng*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/ebay\/ebay-import3.js"
            ],
            "matches": [
                "*:\/\/www.ebay.ca\/sl\/prelist\/identify*",
                "*:\/\/www.ebay.com\/sl\/prelist\/identify*",
                "*:\/\/www.ebay.com.au\/sl\/prelist\/identify*",
                "*:\/\/www.ebay.co.uk\/sl\/prelist\/identify*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/etsy-import.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/your\/shops\/*\/tools\/listings\/create",
                "*:\/\/www.etsy.com\/*\/your\/shops\/*\/*\/listings\/create"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/grailed-import.js"
            ],
            "matches": [
                "https:\/\/www.grailed.com\/sell\/new"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/shopify-import.js"
            ],
            "matches": [
                "*:\/\/*.myshopify.com\/admin\/products\/new",
                "*:\/\/admin.shopify.com\/store\/*\/products\/new"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/vinted-ca-import.js"
            ],
            "matches": [
                "*:\/\/*.vinted.ca\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/vinted-import.js"
            ],
            "matches": [
                "*:\/\/www.vinted.co.uk\/items\/new",
                "*:\/\/www.vinted.com\/items\/new"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/facebook-import.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/marketplace\/create\/item"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/instagram-import.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/mercari-import.js"
            ],
            "matches": [
                "*:\/\/www.mercari.com\/sell\/"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "crosslist.css"
            ],
            "js": [
                "jquery.js",
                "src\/importers\/poshmark-import.js"
            ],
            "matches": [
                "*:\/\/poshmark.com\/create-listing",
                "*:\/\/poshmark.com.au\/create-listing",
                "*:\/\/poshmark.ca\/create-listing"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Cross-list on multiple marketplaces with the #1 reselling tool. Including eBay, Mercari, Poshmark, Depop, Facebook and more!",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.listifyx.com\/*",
            "https:\/\/*.depop.com\/*",
            "https:\/\/*.ebay.ca\/*",
            "https:\/\/*.ebay.com\/*",
            "https:\/\/*.ebay.com.au\/*",
            "https:\/\/*.ebay.co.uk\/*",
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.wix.com\/*",
        "*:\/\/*.listifyx.com\/*",
        "*:\/\/*.2ndstreet.jp\/*",
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.com.au\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebaydesc.com\/*",
        "*:\/\/*.etsystatic.com\/*",
        "*:\/\/www.facebook.com\/*",
        "*:\/\/*.fbcdn.net\/*",
        "*:\/\/www.grailed.com\/*",
        "*:\/\/images.esellerpro.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.depop.com\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.mercdn.net\/*",
        "*:\/\/mercari-images.global.ssl.fastly.net\/*",
        "*:\/\/*.myshopify.com\/*",
        "*:\/\/*.shopify.com\/*",
        "*:\/\/poshmark.com\/*",
        "*:\/\/poshmark.com.au\/*",
        "*:\/\/poshmark.ca\/*",
        "*:\/\/*.vinted.ca\/*",
        "*:\/\/*.vinted.net\/*",
        "*:\/\/*.vinted.co.uk\/*",
        "*:\/\/*.vinted.com\/*",
        "*:\/\/*.cloudfront.net\/*"
    ],
    "icons": {
        "128": "web_accessible_resources\/images\/copy.png",
        "16": "web_accessible_resources\/images\/copy.png",
        "32": "web_accessible_resources\/images\/copy.png",
        "48": "web_accessible_resources\/images\/copy.png"
    },
    "manifest_version": 3,
    "name": "Listify - Crosslist Tool",
    "permissions": [
        "storage",
        "webRequest",
        "activeTab"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "web_accessible_resources\/*\/*.*"
            ]
        }
    ]
}