ShopUp

Manage your inventory from your facebook page directly.

ShopUpとは何ですか?

ShopUpはhttps://shopup.com.bdによって開発されたChromeの拡張機能で、その主な機能は「Manage your inventory from your facebook page directly.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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
Eメール [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"
        ]
    }
}