Popupular

Popupular

Popupularとは何ですか?

Popupularはhttps://popupular.ioによって開発されたChromeの拡張機能で、その主な機能は「Popupular」です。

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

screenshot

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

Popupular拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Embed anything into a popup on your site. Thousands of integrations. Rich trigger and segmentation settings. No coding required.                    

拡張機能の基本情報

名前 Popupular Popupular
ID begokaahkjemfhjpdcllnfehechbnhgo
公式URL https://chromewebstore.google.com/detail/popupular/begokaahkjemfhjpdcllnfehechbnhgo
説明 Popupular
ファイルサイズ 667 KB
インストール数 1,240
現在のバージョン 1.30.0
最終更新日 2023-11-14
公開日 2021-05-12
評価 4.60/5 合計 10 レビュー
開発者 https://popupular.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://popupular.io
プライバシーポリシーページのURL https://popupular.io/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.30.0",
    "name": "Popupular",
    "short_name": "Popupular",
    "description": "Popupular",
    "action": {
        "default_title": "Popupular",
        "default_icon": "icons\/icon64_off.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "homepage_url": "https:\/\/popupular.io",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "\/images\/*",
                "fonts\/*.otf",
                "svg\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/dashboard.popupular.io\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/dashboard.popupular.io\/*"
    ]
}