Popupular

Popupular

What is Popupular?

Popupular is a Chrome extension developed by https://popupular.io, and its main feature is "Popupular".

Extension Screenshots

screenshot

Download Popupular Extension CRX File

Download Popupular extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Popupular Popupular
ID begokaahkjemfhjpdcllnfehechbnhgo
Official URL https://chromewebstore.google.com/detail/popupular/begokaahkjemfhjpdcllnfehechbnhgo
Description Popupular
File Size 667 KB
Installation Count 1,240
Current Version 1.30.0
Last Updated 2023-11-14
Publish Date 2021-05-12
Rating 4.60/5 Total 10 Ratings
Developer https://popupular.io
Email [email protected]
Payment Type free
Extension Website https://popupular.io
Privacy Policy Page URL https://popupular.io/privacy
Supported Languages 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\/*"
    ]
}