Quick Share to Slack

Share links and text quickly and easily to Slack

Quick Share to Slack란 무엇입니까?

Quick Share to Slack은(는) CatTowerApp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share links and text quickly and easily to Slack"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Quick Share to Slack 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can easily connect to your Slack account.

Share by clicking the right mouse button

- URL of current tab
- URL of media (image/audio/video)
- Selected Text
- URL of Link


Installations

Click on the icon and press 'Connect Your Slack Account' button.

The Settings pop-up appears, and the Slack Account connection pop-up appears.

Enter the workspace you want to connect to and log in. And you have to accept the permissions.

Slack permissions are required to display the user's channel list and forward messages from Chrome to Slack.


How to sign out

Press the 'Go to settings' button in the popup window that appears by clicking the icon.

Please press the 'Logout Account' button in the pop-up popup.


privacy policy:
https://cattowerapp.blogspot.com/2019/05/privacy-policy-quick-share-to-slack.html

customer-support:
https://cattowerapp.blogspot.com/2019/05/quick-share-to-slack-customer-support.html                    

확장 프로그램 기본 정보

이름 Quick Share to Slack Quick Share to Slack
ID jijkbjeafhkjkkjnjcdjagbedamjbehh
공식 URL https://chromewebstore.google.com/detail/quick-share-to-slack/jijkbjeafhkjkkjnjcdjagbedamjbehh
설명 Share links and text quickly and easily to Slack
파일 크기 109 KB
설치 횟수 513
현재 버전 1.1
최근 업데이트 2019-07-23
출시 날짜 2019-07-22
평점 4.09/5 총 11 개의 평점
개발자 CatTowerApp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cattowerapp.blogspot.com/2019/05/privacy-policy-quick-share-to-slack.html
도움말 페이지 URL https://cattowerapp.blogspot.com/2019/07/faq-quick-share-to-slack.html
개인정보 보호 정책 페이지 URL https://cattowerapp.blogspot.com/2019/05/privacy-policy-quick-share-to-slack.html
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Quick Share to Slack"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Share links and text quickly and easily to Slack",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmhInd86USJFRXW53V51823tjdhLEI3nL0GIt57MwPnko6CMVPaqvb+jXC2v2D5BSp55J\/YU5rfm4MtgG8oOU0ICravPveGCRkW5uUJGCe6VCn4OGaDnX8neWELRdLV7u1Tv+At3Skmsppi1AfjV\/nJtps5Nw3yndZHZjx7Bg5wJ\/t5yvs4\/Ss\/mW2D\/GMWpQX02LPB4Fssh4XbBfeoRK4iz8gKHGXs+QmV1XDRIngxTDUT4p8V4TEt38ovHd6I0eTlovmrC8Icz6gMAz+oezqQQiICrEefyhAJhBg3Dmdgko0hKc5u7mv\/JVzWSzvfP\/qUXjGmbXemlLbpGv8lrLRwIDAQAB",
    "manifest_version": 2,
    "name": "Quick Share to Slack",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "activeTab",
        "storage",
        "tabs",
        "identity",
        "https:\/\/slack.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "icons\/icon_128.png"
    ]
}