Shipright Catch

Shipright Catch lets you select relevant user feedback anywhere on the Web and send it to Shipright

Shipright Catch란 무엇입니까?

Shipright Catch은(는) https://shipright.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shipright Catch lets you select relevant user feedback anywhere on the Web and send it to Shipright"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Shipright – Track product feedback in one organized place. 

The Shipright app will allow product and engineering teams to have an organized holistic view on all product feedback. Never lose sight of common feature requests, ideas, and pain points that come in through any customer touch point. Easily see what matters most to what customers and why, with all context at hand, and inform your product decisions.

The extension helps team members (e.g. Sales, Customer Success, and Support) store product feedback in seconds instead of minutes, and they'll stay in the loop on all they've submitted automatically 👏

If you haven’t, sign up on https://shipright.co first for your Shipright workspace.


HOW IT WORKS:

1. You log in to your Shipright workspace.

2. Highlight any text on the Web (e.g. from Intercom, SalesForce, Zendesk, Twitter), click the Shipright Catch button in your browser bar, and the feedback will be stored in Shipright.

Email us at [email protected] for any questions.                    

확장 프로그램 기본 정보

이름 Shipright Catch Shipright Catch
ID embgleaanmfgbmhicdhehpgdekddpdec
공식 URL https://chromewebstore.google.com/detail/shipright-catch/embgleaanmfgbmhicdhehpgdekddpdec
설명 Shipright Catch lets you select relevant user feedback anywhere on the Web and send it to Shipright
파일 크기 657 KB
설치 횟수 334
현재 버전 2.13.2
최근 업데이트 2021-03-26
출시 날짜 2020-05-19
평점 5.00/5 총 5 개의 평점
개발자 https://shipright.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shipright.co/
도움말 페이지 URL https://help.shipright.co/
개인정보 보호 정책 페이지 URL https://shipright-app.s3.amazonaws.com/files/privacy-policy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.13.2",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/shipright.co",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/*.shipright.co\/",
        "https:\/\/*.shipright.app\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.shipright.co\/*",
                "https:\/\/*.shipright.app\/*"
            ],
            "js": [
                "content_scripts\/detect-catch-install.js",
                "content_scripts\/authenticate-catch.js",
                "content_scripts\/forward-onboarding-sample.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/app.intercom.com\/*",
                "*:\/\/app.frontapp.com\/*",
                "*:\/\/app.hubspot.com\/*",
                "*:\/\/secure.helpscout.net\/*"
            ],
            "js": [
                "content_scripts\/inject-domain-hint.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}