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 |
| 公式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 |
| Eメール | [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
}
]
} | |