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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pixelfy Link Shortener - Custom URL Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": []
        }
    ]
}