ResellSavvy - Crosslisting tool for sellers

Crosslisting and inventory management tool for online sellers.

ResellSavvy - Crosslisting tool for sellersคืออะไร?

ResellSavvy - Crosslisting tool for sellers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://resellsavvy.com และคุณลักษณะหลักของมันคือ "Crosslisting and inventory management tool for online sellers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ResellSavvy - Crosslisting tool for sellers

ดาวน์โหลดไฟล์ส่วนขยาย ResellSavvy - Crosslisting tool for sellers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ResellSavvy helps you crosslist your items to every marketplace with one-click, and manages your inventory all in one dashboard. 

Marketplaces currently supported: Poshmark, Ebay, Mercari, Kidizen, Depop, Grailed, Etsy.

Try for free. Cancel Anytime. Amazing Support.

NOTE: Our extension has a trial period of 7 days, and you will only be charged once your trial period is over. You can cancel anytime before your subscription ends to avoid getting charged.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ResellSavvy - Crosslisting tool for sellers ResellSavvy - Crosslisting tool for sellers
ID lpdefoggfpgefnkggpkjgpicbpbahgml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/resellsavvy-crosslisting/lpdefoggfpgefnkggpkjgpicbpbahgml
คำอธิบาย Crosslisting and inventory management tool for online sellers.
ขนาดไฟล์ 15.47 MB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-07-26
วันที่เผยแพร่ 2021-07-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://resellsavvy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.resellsavvy.com
URL หน้านโยบายความเป็นส่วนตัว https://www.resellsavvy.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ResellSavvy - Crosslisting tool for sellers",
    "version": "1.0.3",
    "description": "Crosslisting and inventory management tool for online sellers.",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "management",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.etsy.com\/*",
        "*:\/\/*.etsy.com\/*",
        "*:\/\/*.depop.com\/*",
        "*:\/\/*.kidizen.com\/*",
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.grailed.com\/*",
        "*:\/\/*.poshmark.com\/*",
        "*:\/\/www.picupload.ebay.com\/*",
        "*:\/\/app.resellsavvy.com\/*"
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bulkedit.ebay.com\/*"
            ],
            "js": [
                "chrome\/third-party\/jquery-3.6.0.min.js",
                "chrome\/marketplaces\/new-item\/ebay-bulkedit-iframe.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.picupload.ebay.com\/*"
            ],
            "js": [
                "chrome\/third-party\/jquery-3.6.0.min.js",
                "chrome\/marketplaces\/new-item\/ebay-picupload-iframe.js"
            ],
            "all_frames": true
        },
        {
            "js": [
                "chrome\/third-party\/jquery-3.6.0.min.js",
                "chrome\/third-party\/bootstrap.min.js",
                "chrome\/third-party\/sweetalert.min.js",
                "chrome\/classes\/swal-alert.js",
                "chrome\/classes\/dom-event.js",
                "chrome\/classes\/helpers.js",
                "chrome\/classes\/image-renderer.js"
            ],
            "css": [
                "chrome\/third-party\/bootstrap.min.css",
                "chrome\/third-party\/sweetalert.min.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.depop.com\/*",
                "*:\/\/*.kidizen.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.mercari.com\/*",
                "*:\/\/*.grailed.com\/*",
                "*:\/\/*.poshmark.com\/*",
                "*:\/\/www.picupload.ebay.com\/*",
                "*:\/\/app.resellsavvy.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "\/index.html#\/popup"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html*"
            ],
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.depop.com\/*",
                "*:\/\/*.kidizen.com\/*",
                "*:\/\/*.mercari.com\/*",
                "*:\/\/*.grailed.com\/*",
                "*:\/\/*.poshmark.com\/*",
                "*:\/\/www.picupload.ebay.com\/*",
                "*:\/\/app.resellsavvy.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3
}