Landify

Reveal the secret landing pages that Shopify stores are running.

Landifyとは何ですか?

LandifyはSwipeBuilder.ioによって開発されたChromeの拡張機能で、その主な機能は「Reveal the secret landing pages that Shopify stores are running.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Landify拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}