Page365

Page365 - for Facebook and LINE merchants

Page365란 무엇입니까?

Page365은(는) https://page365.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Page365 - for Facebook and LINE merchants"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Page365 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ระบบช่วยจัดการหลังบ้าน สำหรับร้านค้า Facebook , Line , Line@, LINE Official Account และ Instagram แบบครบวงจร รวมทุกแชทและตอบจากที่เดียว เปิดบิลและบันทึกการขายทุกออเดอร์ได้สะดวก ง่าย ประหยัดเวลา แบบนักขายมืออาชีพ

ทำความรู้จัก Page365 เพิ่มเติม หรือสมัครใช้งานฟรี ▶︎ https://www.page365.net

Privacy-policy ▶︎  https://www.page365.net/privacy-policy
Terms of Service ▶︎  https://www.page365.net/terms-of-service                    

확장 프로그램 기본 정보

이름 Page365 Page365
ID nnplcphaiknebllemeffbdpoaalnnncf
공식 URL https://chromewebstore.google.com/detail/page365/nnplcphaiknebllemeffbdpoaalnnncf
설명 Page365 - for Facebook and LINE merchants
파일 크기 1.06 MB
설치 횟수 2,625
현재 버전 2.0.12
최근 업데이트 2023-12-07
출시 날짜 2019-08-18
평점 5.00/5 총 1 개의 평점
개발자 https://page365.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://page365.net/
도움말 페이지 URL https://page365.net/
개인정보 보호 정책 페이지 URL https://www.page365.net/privacy-policy
지원되는 언어 th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page365",
    "description": "Page365 - for Facebook and LINE merchants",
    "version": "2.0.12",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/19.png",
            "38": "assets\/icons\/38.png"
        },
        "default_title": "Page365",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/extension.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/page365.net\/*"
            ],
            "js": [
                "js\/page365.js"
            ],
            "css": [
                "css\/page365.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.page365.net\/*"
            ],
            "js": [
                "js\/page365.js"
            ],
            "css": [
                "css\/page365.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/at-talk.line.me\/tm\/"
            ],
            "js": [
                "js\/line.js"
            ],
            "css": [
                "css\/line.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/chat.line.biz\/*"
            ],
            "js": [
                "js\/line.js"
            ],
            "css": [
                "css\/line.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/icons\/38.png"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "https:\/\/chat.line.biz\/*",
        "https:\/\/at-talk.line.me\/*",
        "https:\/\/www.google-analytics.com\/",
        "*:\/\/page365.net\/*",
        "*:\/\/app.page365.net\/*"
    ]
}