ShopUp

Manage your inventory from your facebook page directly.

ShopUpคืออะไร?

ShopUp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopup.com.bd และคุณลักษณะหลักของมันคือ "Manage your inventory from your facebook page directly."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShopUp

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

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

                        ShopUp Chrome extension lets sellers of ShopUp to sell directly from their Facebook Page.

Update: 0.0.3.3:
* Chrome 73 bug fixed

Update: 0.0.3.2:
* Product variation wise pricing

Features:

* Automatically detect name and phone number of buyer so seller don't have to copy paste.
* Using Facebook messenger platform, send receipt, ask for confirmation of the order from buyer. 
* Automatic inventory changes synced with ShopUp dashboard.
* Draggable interface, so you don't reopen window over and over again.
* When user is not identifiable automatically generate pdf receipt.                    

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

ชื่อ ShopUp ShopUp
ID aeheojjemgbgnklokfimkofdhfamofmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shopup/aeheojjemgbgnklokfimkofdhfamofmp
คำอธิบาย Manage your inventory from your facebook page directly.
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 384
เวอร์ชันปัจจุบัน 0.0.3.3
อัปเดตครั้งล่าสุด 2019-04-01
วันที่เผยแพร่ 2019-04-01
คะแนน 5.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://shopup.com.bd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shopup.com.bd
URL หน้านโยบายความเป็นส่วนตัว https://shopup.com.bd/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShopUp",
    "description": "Manage your inventory from your facebook page directly.",
    "version": "0.0.3.3",
    "browser_action": {
        "default_icon": "images\/chrome-shopup-bag2x.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/shopup-icon-bag-16px.png",
        "48": "images\/shopup-icon-bag-48px.png",
        "128": "images\/shopup-icon-bag-128px.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*",
            "https:\/\/*.shopup.com.bd\/admin\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "scripts\/requestParser.js",
                "scripts\/external\/jquery.min.js",
                "scripts\/external\/draggabilly.pkgd.js",
                "scripts\/globals.js",
                "scripts\/utils.js",
                "scripts\/shopup.js",
                "scripts\/facebook.js"
            ],
            "css": [
                "styles\/ele.css",
                "styles\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "activeTab",
        "https:\/\/*.shopup.com.bd\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.shopup.com.bd\/*",
        "webRequest",
        "https:\/\/*.facebook.com\/*",
        "*:\/\/*.shopup.com.bd\/*",
        "cookies",
        "https:\/\/*.facebook.com\/*",
        "*:\/\/*.shopup.com.bd\/*",
        "notifications",
        "https:\/\/*.facebook.com\/*",
        "*:\/\/*.shopup.com.bd\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/external\/jquery.min.js",
            "scripts\/requestParser.js",
            "scripts\/background.js"
        ]
    }
}