Senja - Testimonial Extension

Your testimonials everywhere on the web

Cos'è Senja - Testimonial Extension?

Senja - Testimonial Extension è un'estensione di Chrome sviluppata da https://senja.io, e la sua funzione principale è "Your testimonials everywhere on the web".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Senja - Testimonial Extension

Scarica i file di estensione Senja - Testimonial Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Your testimonials, everywhere.
— Access your best testimonials on any site
— Import testimonials from any site with just a few clicks
— Find your testimonial forms instantly                    

Informazioni di Base sull'Estensione

Nome Senja - Testimonial Extension Senja - Testimonial Extension
ID lmldakdjelendidnmaieidggbffljlle
URL Ufficiale https://chromewebstore.google.com/detail/senja-testimonial-extensi/lmldakdjelendidnmaieidggbffljlle
Descrizione Your testimonials everywhere on the web
Dimensione del File 318 KB
Conteggio Installazioni 453
Versione Corrente 1.2.4
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2023-07-23
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://senja.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://senja.io
URL della Pagina di Aiuto https://support.senja.io
URL della Pagina della Politica sulla Privacy https://senja.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Senja - Testimonial Extension",
    "description": "Your testimonials everywhere on the web",
    "version": "1.2.4",
    "version_name": "1.2.4",
    "icons": {
        "16": "src\/assets\/images\/icon-16.png",
        "32": "src\/assets\/images\/icon-32.png",
        "48": "src\/assets\/images\/icon-48.png",
        "128": "src\/assets\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-5168a518.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/index-741192a0.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/images\/icon-16.png",
            "32": "src\/assets\/images\/icon-32.png",
            "48": "src\/assets\/images\/icon-48.png",
            "128": "src\/assets\/images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/storage-c1a6da43.js",
                "assets\/_commonjsHelpers-edff4021.js",
                "assets\/gmailInject.ts-d94e25eb.js",
                "assets\/gmailJsLoader.ts-975f4db7.js",
                "assets\/index.ts-8361b392.js"
            ],
            "use_dynamic_url": true
        }
    ]
}