Popupular

Popupular

Wat is Popupular?

Popupular is een Chrome-extensie ontwikkeld door https://popupular.io, en de belangrijkste functie is "Popupular".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Popupular

Download Popupular-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Popupular Popupular
ID begokaahkjemfhjpdcllnfehechbnhgo
Officiële URL https://chromewebstore.google.com/detail/popupular/begokaahkjemfhjpdcllnfehechbnhgo
Beschrijving Popupular
Bestandsgrootte 667 KB
Aantal Installaties 1,240
Huidige Versie 1.30.0
Laatst Bijgewerkt 2023-11-14
Publicatiedatum 2021-05-12
Beoordeling 4.60/5 Totaal 10 Beoordelingen
Ontwikkelaar https://popupular.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://popupular.io
URL van de Privacybeleid Pagina https://popupular.io/privacy
Ondersteunde Talen 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\/*"
    ]
}