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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}