Senja - Testimonial Extension
Your testimonials everywhere on the web
Wat is Senja - Testimonial Extension?
Senja - Testimonial Extension is een Chrome-extensie ontwikkeld door https://senja.io, en de belangrijkste functie is "Your testimonials everywhere on the web".
Extensie Screenshots
Download het CRX-bestand van de extensie Senja - Testimonial Extension
Download Senja - Testimonial Extension-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | lmldakdjelendidnmaieidggbffljlle |
| Officiële URL | https://chromewebstore.google.com/detail/senja-testimonial-extensi/lmldakdjelendidnmaieidggbffljlle |
| Beschrijving | Your testimonials everywhere on the web |
| Bestandsgrootte | 318 KB |
| Aantal Installaties | 453 |
| Huidige Versie | 1.2.4 |
| Laatst Bijgewerkt | 2024-02-05 |
| Publicatiedatum | 2023-07-23 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://senja.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://senja.io |
| Help Pagina-URL | https://support.senja.io |
| URL van de Privacybeleid Pagina | https://senja.io/privacy-policy |
| Ondersteunde Talen | 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
}
]
} | |