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
公式URL 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
Eメール [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": []
        }
    ]
}