Landify

Reveal the secret landing pages that Shopify stores are running.

ما هو Landify؟

Landify هو إضافة Chrome تم تطويرها بواسطة SwipeBuilder.io، والميزة الرئيسية لها هي "Reveal the secret landing pages that Shopify stores are running.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Landify

قم بتنزيل ملفات الامتداد Landify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will reveal all of the hidden landing pages that a Shopify store is using to run ads.                    

معلومات أساسية عن التمديد

الاسم Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
عنوان URL الرسمي https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
الوصف Reveal the secret landing pages that Shopify stores are running.
حجم الملف 1.62 MB
عدد التثبيتات 125
النسخة الحالية 1.0
آخر تحديث 2023-05-26
تاريخ النشر 2023-05-26
تقييم 5.00/5 مجموع تقييمات 1
المطور SwipeBuilder.io
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://wifimoneyllcprivatepolicy.carrd.co
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Landify",
    "description": "Reveal the secret landing pages that Shopify stores are running.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Landify",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "fetchSitemap.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}