Pixelfy Link Shortener - Custom URL Shortener

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

What is Pixelfy Link Shortener - Custom URL Shortener?

Pixelfy Link Shortener - Custom URL Shortener is a Chrome extension developed by pixelfyinc, and its main feature is "Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pixelfy Link Shortener - Custom URL Shortener Extension CRX File

Download Pixelfy Link Shortener - Custom URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pixelfy Link Shortener - Custom URL Shortener Pixelfy Link Shortener - Custom URL Shortener
ID ebejepmaahpghmckjcggphkegcpekgcp
Official URL https://chromewebstore.google.com/detail/pixelfy-link-shortener-cu/ebejepmaahpghmckjcggphkegcpekgcp
Description Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!
File Size 351 KB
Installation Count 250
Current Version 1.1.10
Last Updated 2022-07-29
Publish Date 2022-07-25
Rating 5.00/5 Total 2 Ratings
Developer pixelfyinc
Email [email protected]
Payment Type free
Extension Website https://pixelfy.me/
Help Page URL https://help.pixelfy.me/
Privacy Policy Page URL https://app.pixelfy.me/privacy
Supported Languages 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": []
        }
    ]
}