Belasis Booster: Agenda e CRM no WhatsApp

Integre seu sistema Belasis com o WhatsApp!

Belasis Booster: Agenda e CRM no WhatsApp란 무엇입니까?

Belasis Booster: Agenda e CRM no WhatsApp은(는) Belasis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integre seu sistema Belasis com o WhatsApp!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Belasis Booster: Agenda e CRM no WhatsApp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tenha controle total sobre os agendamentos e pacotes de seus clientes direto do seu WhatsApp Web!                    

확장 프로그램 기본 정보

이름 Belasis Booster: Agenda e CRM no WhatsApp Belasis Booster: Agenda e CRM no WhatsApp
ID jfdmjhlfnfkohmglkagecammcjkcbnoi
공식 URL https://chromewebstore.google.com/detail/belasis-booster-agenda-e/jfdmjhlfnfkohmglkagecammcjkcbnoi
설명 Integre seu sistema Belasis com o WhatsApp!
파일 크기 38.32 KB
설치 횟수 1,094
현재 버전 1.42
최근 업데이트 2024-02-28
출시 날짜 2020-11-20
평점 5.00/5 총 11 개의 평점
개발자 Belasis
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.belasis.com.br/belasis-booster/
개인정보 보호 정책 페이지 URL https://www.belasis.com.br/politica-de-privacidade
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Belasis Booster: Agenda e CRM no WhatsApp",
    "version": "1.42",
    "description": "Integre seu sistema Belasis com o WhatsApp!",
    "minimum_chrome_version": "96",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting",
        "browsingData",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "custom.css",
                "images\/logo.png",
                "images\/logo-off.png",
                "src\/Whatsapp.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Belasis Booster",
        "default_icon": "images\/logo-off.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "src\/content-script.js"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons\/belasis-16.png",
        "32": "images\/icons\/belasis-32.png",
        "48": "images\/icons\/belasis-48.png",
        "128": "images\/icons\/belasis-128.png"
    }
}