Branch Link Creator

This extension is to be used to create Branch links from your Chrome browser.

Branch Link Creator란 무엇입니까?

Branch Link Creator은(는) engineering-team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is to be used to create Branch links from your Chrome browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Branch Link Creator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Branch links are mobile-optimized, marketing links the help you understand the source of your traffic and deliver the best user experience. They provide the following:
- Industry-leading deep linking functionality
- Full cross platform support (desktop web, mobile web and mobile app)
- Cross channel attribution to measure clicks, web traffic and app installs

In order to use this extension, you must have already set up your Branch account and configured your link settings at https://branch.io. Once configured, this makes creating a Branch link a single click.

To get setup, follow this one-time configuration guide:
1. Install the extension
2. Paste in your live Branch key that you read from https://dashboard.branch.io/settings
3. Click save!

Now, to use the extension:
1. Open a new tab in Firefox and visit the web page you'd like to create a Branch Link of.
2. Click the Branch icon in the top right of the screen.
3. Branch Extension will prefill details for the link. See here on how to host data on your page (https://docs.branch.io/web/hosted-data/).
4. You can edit the details and finally click "Create Link" to create a Branch Link.
5. Visit the dashboard to review the attribution data.                    

확장 프로그램 기본 정보

이름 Branch Link Creator Branch Link Creator
ID pekdpppibljpmpbcjelehhnldnfbglgf
공식 URL https://chromewebstore.google.com/detail/branch-link-creator/pekdpppibljpmpbcjelehhnldnfbglgf
설명 This extension is to be used to create Branch links from your Chrome browser.
파일 크기 668 KB
설치 횟수 1,051
현재 버전 2.0.0
최근 업데이트 2020-02-23
출시 날짜 2020-02-21
평점 4.57/5 총 7 개의 평점
개발자 engineering-team
결제 유형 free
확장 프로그램 웹 사이트 https://branch.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Branch Link Creator",
    "version": "2.0.0",
    "description": "This extension is to be used to create Branch links from your Chrome browser.",
    "icons": {
        "128": "branch-icon.png"
    },
    "browser_action": {
        "default_icon": "branch-icon.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-s66rBQErQb3+qBRFq6YYELTrCyT8Tibnjw2o6KKBg2Y='; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.branch.io\/"
    ]
}