團媽UP

團媽UP

團媽UPとは何ですか?

團媽UPは團媽UPによって開発されたChromeの拡張機能で、その主な機能は「團媽UP」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

團媽UP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        此外掛可協助FB使用者將留言導入【 團媽UP訂單管理系統 】
所有功能如下 

團媽UP
  │
  ├---團媽UP                     
  │     ├---所有留言轉訂單    
  │     ├---特賣留言轉訂單 
  │     ├---新增商品 
  │     ├---複製文章ID 
  │     ├---留言抽獎 
  │     └---顯示目前版本 
  │
  └---團媽UP(Fb新版) 
        ├---所有留言轉訂單    
        ├---特賣留言轉訂單 
        ├---新增商品 
        ├---複製文章ID 
        ├---留言抽獎 
        └---顯示目前版本 
 
*團媽UP(Fb新版) 需要轉換成 新版Facebook版面才能正常使用
*〔留言轉訂單〕〔特賣留言轉訂單〕 〔新增商品〕, 以上三個功能會讀取您的FaceBook的留言內容並且傳送到團媽UP網站用於產生訂單內容
*完整的隱私權政策請參考 https://www.mammyup.com/privacy_and_terms
*若有其他疑問可透過FB聯繫我們 https://zh-tw.facebook.com/MammyUp.tw/                    

拡張機能の基本情報

名前 團媽UP 團媽UP
ID ealofalmoaijjghhkpedeapbaikccjom
公式URL https://chromewebstore.google.com/detail/%E5%9C%98%E5%AA%BDup/ealofalmoaijjghhkpedeapbaikccjom
説明 團媽UP
ファイルサイズ 157 KB
インストール数 874
現在のバージョン 7.8
最終更新日 2024-03-04
公開日 2020-03-29
評価 5.00/5 合計 4 レビュー
開発者 團媽UP
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.mammyup.com/
ヘルプページのURL https://zh-tw.facebook.com/MammyUp.tw/
プライバシーポリシーページのURL https://www.mammyup.com/privacy_and_terms
対応言語 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5718\u5abdUP",
    "description": "\u5718\u5abdUP",
    "web_site_domain": "https:\/\/www.mammyup.com",
    "version": "7.8",
    "action": {
        "default_title": "\u5718\u5abdUP",
        "default_icon": "up-favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "vue.js",
                "jquery.js",
                "load_template.js",
                "clipboard.min.js",
                ".\/facebook-plugin-content\/content.js"
            ],
            "css": []
        }
    ],
    "icons": {
        "16": "up-favicon.png"
    },
    "host_permissions": [
        "*:\/\/www.facebook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loading_template.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "event.js"
    }
}