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 擴展基本資訊
| 名稱 | |
| ID | lmldakdjelendidnmaieidggbffljlle |
| 官方網址 | 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
}
]
} | |