Flock: Secure chat for Teams and Businesses

Flock is a simple, FREE messaging app built specially for teams and small businesses.

Flock: Secure chat for Teams and Businesses란 무엇입니까?

Flock: Secure chat for Teams and Businesses은(는) https://flock.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flock is a simple, FREE messaging app built specially for teams and small businesses."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Flock: Secure chat for Teams and Businesses 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        KEY FEATURES 
- Simple setup, NO IT-ADMIN REQUIRED 
- Fast 1-to-1 chat with read & delivery receipts 
- Awesome Channels with inline image previews 
- Share stickers to make conversations more fun
- Invite clients and chat with them to get instant approvals 
- DND (Do not Disturb) mode to mute notifications and let others know that you are unavailable. 
- Chat across your devices - Mobile, Desktop and Web 
- Access and search unlimited chat history across all your devices.  
- Clean & gorgeous UI 

WE LOVE FEEDBACK 
Drop us a mail: [email protected]
Catch us on http://facebook.com/flockchat or http://twitter.com/flockchat                    

확장 프로그램 기본 정보

이름 Flock: Secure chat for Teams and Businesses Flock: Secure chat for Teams and Businesses
ID jaafanpjodcobojibapcmbdcphbafnfc
공식 URL https://chromewebstore.google.com/detail/flock-secure-chat-for-tea/jaafanpjodcobojibapcmbdcphbafnfc
설명 Flock is a simple, FREE messaging app built specially for teams and small businesses.
파일 크기 6.37 MB
설치 횟수 7,024
현재 버전 2.2.374
최근 업데이트 2020-04-17
출시 날짜 2020-04-17
평점 3.93/5 총 14 개의 평점
개발자 https://flock.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://flock.com
도움말 페이지 URL https://support.flock.com/
개인정보 보호 정책 페이지 URL https://support.flock.com/hc/en-us/articles/115004312874-Flock-Privacy-Policy
지원되는 언어 en,es,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/flock-apps.flock.co https:\/\/flock-apps.flock.com https:\/\/apps.flockcdn.com https:\/\/apps.flockcdn-staging.com https:\/\/cdn.pendo.io https:\/\/data.pendo.io; object-src 'self'",
    "minimum_chrome_version": "22",
    "short_name": "Flock",
    "icons": {
        "16": "client_base\/host\/chrome\/static\/16.png",
        "48": "client_base\/host\/chrome\/static\/48.png",
        "64": "client_base\/host\/chrome\/static\/64.png",
        "128": "client_base\/host\/chrome\/static\/128.png"
    },
    "background": {
        "page": "client_base\/host\/chrome\/index.html",
        "persistent": true
    },
    "omnibox": {
        "keyword": "flock"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "\/gmail_ext\/options.html",
        "open_in_tab": true
    },
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/flock.co\/",
    "web_accessible_resources": [
        "client_base\/host\/chrome\/static\/blank.gif",
        "gmail_ext\/icons.png",
        "gmail_ext\/jquery-3.2.1.min.js",
        "gmail_ext\/lodash.custom.min.js",
        "gmail_ext\/gmail.js",
        "gmail_ext\/content_script.js",
        "gmail_ext\/tour.html",
        "gmail_ext\/images\/img-1.png",
        "gmail_ext\/images\/img-2.png",
        "gmail_ext\/images\/img-3.png"
    ],
    "permissions": [
        "unlimitedStorage",
        "notifications",
        "idle",
        "background",
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "clipboardWrite",
        "http:\/\/mail.google.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.google.com\/*",
            "http:\/\/localhost\/*",
            "*:\/\/flock.co\/*",
            "*:\/\/www.flock.co\/*",
            "*:\/\/auth.flock.co\/*",
            "*:\/\/auth.flock-staging.co\/*",
            "*:\/\/www.flock-staging.co\/*",
            "*:\/\/flock-staging.co\/*",
            "*:\/\/flock.com\/*",
            "*:\/\/www.flock.com\/*",
            "*:\/\/auth.flock.com\/*",
            "*:\/\/auth.flock-staging.com\/*",
            "*:\/\/webified.flock.com\/*",
            "*:\/\/webified.flock-staging.com\/*",
            "*:\/\/www.flock-staging.com\/*",
            "*:\/\/flock-staging.com\/*",
            "*:\/\/web.flock.com\/*",
            "*:\/\/updates.flock.co\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "css": [
                "\/gmail_ext\/content_script.css"
            ],
            "js": [
                "\/gmail_ext\/loader.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": [],
    "version": "2.2.374"
}