Business Messenger

Easily manage contacting pages and people

Business Messenger란 무엇입니까?

Business Messenger은(는) Rupert's Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage contacting pages and people"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Easily manage contacting pages and people with customised formulated messages, phrases and emojis. You can also make the messages personal with names! Just compose your messages, gather a list of friends you want to message set the timers and start!                    

확장 프로그램 기본 정보

이름 Business Messenger Business Messenger
ID idgncpfoimfmfadndgpiecfcamkneejg
공식 URL https://chromewebstore.google.com/detail/business-messenger/idgncpfoimfmfadndgpiecfcamkneejg
설명 Easily manage contacting pages and people
파일 크기 114 KB
설치 횟수 62
현재 버전 1.6.1
최근 업데이트 2019-12-23
출시 날짜 2019-12-23
평점 5.00/5 총 1 개의 평점
개발자 Rupert's Tools
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.rupertsamuel.com/pages/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Messenger",
    "version": "1.6.1",
    "description": "Easily manage contacting pages and people",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/eumetric.com\/*",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js",
            "licencing.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/6.png"
        }
    },
    "icons": {
        "128": "images\/6.png"
    },
    "manifest_version": 2
}