Pancake v2

Provide additional features for Cake Commerce Apps

Pancake v2とは何ですか?

Pancake v2はhttps://pages.fmによって開発されたChromeの拡張機能で、その主な機能は「Provide additional features for Cake Commerce Apps」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension allows users to perform actions to manage their Facebook Pages directly on our app Pancake (https://pages.fm). Users no longer need to go to their Facebook Pages to perform repeated and time consuming actions anymore. They can manage all social profiles in a single, unified view now.

Supported features:
+ Listen to new activity on Facebook Pages and trigger realtime update
+ Allow users to send images and stickers on app directly
+ Allow users to send message from comment on app
+ Sync seen status from Pages' conversations                    

拡張機能の基本情報

名前 Pancake v2 Pancake v2
ID oehooocookcnclgniepdgaiankfifmmn
公式URL https://chromewebstore.google.com/detail/pancake-v2/oehooocookcnclgniepdgaiankfifmmn
説明 Provide additional features for Cake Commerce Apps
ファイルサイズ 182 KB
インストール数 180,658
現在のバージョン 0.4.52
最終更新日 2024-02-19
公開日 2020-06-23
評価 3.81/5 合計 253 レビュー
開発者 https://pages.fm
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://pages.fm/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Pancake v2",
    "version": "0.4.52",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.line.biz\/",
        "*:\/\/*.pages.fm\/",
        "*:\/\/*.botcake.io\/",
        "*:\/\/*.pancake.ph\/",
        "*:\/\/*.pancake.id\/",
        "*:\/\/*.pancake.in\/",
        "*:\/\/*.pancake.vn\/",
        "*:\/\/*.pancake.net\/",
        "*:\/\/*.pancake.biz\/"
    ],
    "page_action": {
        "default_icon": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/comcake.localhost:3000\/*",
                "https:\/\/localhost:3000\/*",
                "https:\/\/localhost:3001\/*",
                "https:\/\/localhost:8003\/*",
                "http:\/\/dev.pages.fm\/*",
                "https:\/\/pages.fm\/*",
                "https:\/\/paging.botcake.io\/*",
                "https:\/\/botcake.io\/*",
                "https:\/\/pancake.ph\/*",
                "https:\/\/pancake.id\/*",
                "https:\/\/pancake.in\/*",
                "https:\/\/pancake.biz\/*",
                "https:\/\/pancake.vn\/*",
                "https:\/\/pancake.net\/*",
                "https:\/\/pos.pages.fm\/*",
                "https:\/\/pos.pancake.ph\/*",
                "https:\/\/pos.pancake.id\/*",
                "https:\/\/pos.pancake.in\/*",
                "https:\/\/pos.pancake.biz\/*",
                "https:\/\/pos.pancake.vn\/*",
                "https:\/\/pos.pancake.net\/*",
                "https:\/\/dev.pancake.vn\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "web_accessible_resources": [
        "pancext.html"
    ]
}