Landify

Reveal the secret landing pages that Shopify stores are running.

Landify là gì?

Landify là một tiện ích mở rộng Chrome được phát triển bởi SwipeBuilder.io, và tính năng chính của nó là "Reveal the secret landing pages that Shopify stores are running.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Landify

Tải xuống các tệp mở rộng Landify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Landify Landify
ID llaapgmbhekjlcmhcefdblbfdpjnmhog
URL Chính Thức https://chromewebstore.google.com/detail/landify/llaapgmbhekjlcmhcefdblbfdpjnmhog
Mô tả Reveal the secret landing pages that Shopify stores are running.
Kích Thước Tệp 1.62 MB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-26
Ngày Phát Hành 2023-05-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SwipeBuilder.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://wifimoneyllcprivatepolicy.carrd.co
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}