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 هو إضافة Chrome تم تطويرها بواسطة pixelfyinc، والميزة الرئيسية لها هي "Custom Link Shortener and a Retargeting Tool for Amazon Sellers, Facebook Marketing, Youtube, Instagram and TikTok Influencers!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pixelfy Link Shortener - Custom URL Shortener

قم بتنزيل ملفات الامتداد Pixelfy Link Shortener - Custom URL Shortener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://help.pixelfy.me/
عنوان صفحة سياسة الخصوصية 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": []
        }
    ]
}