Plaza

Plaza

Qu'est-ce que Plaza ?

Plaza est une extension Chrome développée par https://getplaza.app, et sa fonction principale est "Plaza".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Plaza

Téléchargez les fichiers d'extension Plaza au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Plaza is an in-browser commenting experience that opens the discussion in a second layer on top of websites and pages you view. 

Comment on anything online, see what other people are saying, upvote and downvote comments, and reply to other users, all without leaving the page. 

Stay tuned for our upcoming mobile app!                    

Informations de Base sur l'Extension

Nom Plaza Plaza
ID koaglamlcheihiplknebjibpfdegcfai
URL Officiel https://chromewebstore.google.com/detail/plaza/koaglamlcheihiplknebjibpfdegcfai
Description Plaza
Taille du Fichier 33.41 KB
Nombre d'Installations 26
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-04-29
Date de Publication 2021-04-19
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://getplaza.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getplaza.co
URL de la Page d'Aide https://getplaza.co/feedback
URL de la Page de Politique de Confidentialité https://getplaza.co/terms
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plaza",
    "description": "Plaza",
    "version": "0.2.0",
    "permissions": [
        "activeTab",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "http:\/\/localhost\/*",
        "https:\/\/www.getplaza.co\/",
        "http:\/\/www.getplaza.co\/",
        "https:\/\/getplaza.co\/",
        "https:\/\/getplaza.co\/*",
        "https:\/\/getplaza.co\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Plaza"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "*\/*\/*.png",
        "*\/*.png",
        "*\/*.png",
        "*.html",
        "*.css",
        "*.js",
        "*\/*.html",
        "*\/*.css",
        "*\/*.js"
    ],
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "manifest_version": 2
}