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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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": [
                ""
            ]
        }
    ]
}