Senja - Testimonial Extension
Your testimonials everywhere on the web
什么是Senja - Testimonial Extension?
Senja - Testimonial Extension是由https://senja.io开发的Chrome扩展程序,该扩展的主要功能是“Your testimonials everywhere on the web”。
扩展截图
下载Senja - Testimonial Extension扩展crx文件
下载Senja - Testimonial Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Senja - Testimonial Extension |
ID | lmldakdjelendidnmaieidggbffljlle |
官方URL | https://chromewebstore.google.com/detail/senja-testimonial-extensi/lmldakdjelendidnmaieidggbffljlle |
简介 | Your testimonials everywhere on the web |
文件大小 | 318 KB |
安装次数 | 453 |
当前版本 | 1.2.4 |
更新时间 | 2024-02-05 |
上架时间 | 2023-07-23 |
评分 | 5.00/5 共8次评分 |
开发者 | https://senja.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://senja.io |
帮助页面URL | https://support.senja.io |
隐私政策页面URL | https://senja.io/privacy-policy |
支持的语言 | 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 } ] } |