Senja - Testimonial Extension

Your testimonials everywhere on the web

O que é Senja - Testimonial Extension?

Senja - Testimonial Extension é uma extensão do Chrome desenvolvida por https://senja.io, e sua principal característica é "Your testimonials everywhere on the web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Senja - Testimonial Extension

Baixe arquivos de extensão Senja - Testimonial Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Senja - Testimonial Extension Senja - Testimonial Extension
ID lmldakdjelendidnmaieidggbffljlle
URL Oficial https://chromewebstore.google.com/detail/senja-testimonial-extensi/lmldakdjelendidnmaieidggbffljlle
Descrição Your testimonials everywhere on the web
Tamanho do Arquivo 318 KB
Contagem de Instalações 453
Versão Atual 1.2.4
Última Atualização 2024-02-05
Data de Publicação 2023-07-23
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://senja.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://senja.io
URL da Página de Ajuda https://support.senja.io
URL da Página de Política de Privacidade https://senja.io/privacy-policy
Idiomas Suportados 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
        }
    ]
}