Pixelfy Link Shortener - Custom URL Shortener

Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!

什麼是Pixelfy Link Shortener - Custom URL Shortener?

Pixelfy Link Shortener - Custom URL Shortener是由pixelfyinc開發的Chrome擴展程式,該擴展的主要功能是“Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Pixelfy Link Shortener - Custom URL Shortener擴展crx文件

下載Pixelfy Link Shortener - Custom URL Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!

Shorten links with one click!
- Easily edit link titles
- Organize them with tags
- Generate QR codes

Customize with your domain
Change your existing domain or add a new one without leaving your current page. 

Add UTM tags for tracking 
Attach any UTM parameters to your links in a matter of seconds. 

Download QR codes
Create QR codes for print, outdoor, and other ad campaigns. 

See clicks in real-time
Track clicks and impressions in real-time for every single link you create.                    

擴展基本資訊

名稱 Pixelfy Link Shortener - Custom URL Shortener Pixelfy Link Shortener - Custom URL Shortener
ID ebejepmaahpghmckjcggphkegcpekgcp
官方網址 https://chromewebstore.google.com/detail/pixelfy-link-shortener-cu/ebejepmaahpghmckjcggphkegcpekgcp
簡介 Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!
檔案大小 351 KB
安裝次數 250
目前版本 1.1.10
更新時間 2022-07-29
上架時間 2022-07-25
評分 5.00/5 共 2 次評分
開發者 pixelfyinc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pixelfy.me/
說明頁面URL https://help.pixelfy.me/
隱私政策頁面URL https://app.pixelfy.me/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!",
    "version": "1.1.10",
    "manifest_version": 3,
    "name": "Pixelfy Link Shortener - Custom URL Shortener",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/app.pixelfy.me\/",
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Pixelfy Link Shortener - Custom URL Shortener",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-32.png",
                "logo.svg"
            ],
            "matches": []
        }
    ]
}