Branch Link Creator

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

Branch Link Creatorคืออะไร?

Branch Link Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย engineering-team และคุณลักษณะหลักของมันคือ "This extension is to be used to create Branch links from your Chrome browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Branch Link Creator

ดาวน์โหลดไฟล์ส่วนขยาย Branch Link Creator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}