Buy+1社群訂單整合系統

Buy+1社群訂單整合系統

What is Buy+1社群訂單整合系統?

Buy+1社群訂單整合系統 is a Chrome extension developed by https://buyplus1.com.tw, and its main feature is "Buy+1社群訂單整合系統".

Extension Screenshots

screenshot

Download Buy+1社群訂單整合系統 Extension CRX File

Download Buy+1社群訂單整合系統 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        透過Buy+1應用程式可以與Facebook連動,用戶在Facebook的社團頁並開啟此應用程式輸入在系統後台產生的金鑰,則可連結。

用戶開啟Facebook 貼文頁時,可以選擇匯入貼文文字至系統後台,以及協助用戶展開貼文內的留言列表,並且自動更新將留言內容及留言姓名等文字,匯入至系統後台來產生訂單明細。

可有效幫助用戶提升整合Facebook 貼文內容的效率。                    

Extension Basic Information

Name Buy+1社群訂單整合系統 Buy+1社群訂單整合系統
ID fnleenolhlagijblplfealndlbajmeda
Official URL https://chromewebstore.google.com/detail/buy+1%E7%A4%BE%E7%BE%A4%E8%A8%82%E5%96%AE%E6%95%B4%E5%90%88%E7%B3%BB%E7%B5%B1/fnleenolhlagijblplfealndlbajmeda
Description Buy+1社群訂單整合系統
File Size 1.39 MB
Installation Count 3,000
Current Version 3.1.7
Last Updated 2024-02-23
Publish Date 2020-05-11
Rating 4.86/5 Total 7 Ratings
Developer https://buyplus1.com.tw
Email [email protected]
Payment Type free
Privacy Policy Page URL https://buyplus1.com.tw/web/index.php?route=information/information&information_id=10
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buy+1\u793e\u7fa4\u8a02\u55ae\u6574\u5408\u7cfb\u7d71",
    "short_name": "Buy+1",
    "version": "3.1.7",
    "description": "Buy+1\u793e\u7fa4\u8a02\u55ae\u6574\u5408\u7cfb\u7d71",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "https:\/\/*.buyplus1.com.tw\/*"
    ],
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/logo_16.png",
            "32": "icons\/logo_32.png",
            "48": "icons\/logo_48.png",
            "128": "icons\/logo_128.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/context.css"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.facebook.com\/groups\/*\/permalink\/*",
                "https:\/\/*.facebook.com\/permalink.php?story_fbid=*&id=*",
                "https:\/\/*.facebook.com\/*\/posts\/*",
                "https:\/\/*.facebook.com\/*\/permalink\/*",
                "https:\/\/*.facebook.com\/photo.php?fbid=*&set=a*",
                "https:\/\/*.facebook.com\/groups\/*?post_id=*",
                "https:\/\/*.facebook.com\/groups\/*",
                "https:\/\/*.buyplus1.com.tw\/b\/*\/admin\/index.php?route=catalog\/product\/importPostManual*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "icons\/logo.svg",
        "icons\/logo.png",
        "js\/content.js",
        "icons\/sync.svg",
        "icons\/giphy.gif",
        "icons\/checked.svg"
    ],
    "author": "buy+1",
    "manifest_version": 2
}