Senja - Testimonial Extension
Your testimonials everywhere on the web
What is Senja - Testimonial Extension?
Senja - Testimonial Extension is a Chrome extension developed by https://senja.io, and its main feature is "Your testimonials everywhere on the web".
Extension Screenshots
Download Senja - Testimonial Extension Extension CRX File
Download Senja - Testimonial Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Senja - Testimonial Extension |
ID | lmldakdjelendidnmaieidggbffljlle |
Official URL | https://chromewebstore.google.com/detail/senja-testimonial-extensi/lmldakdjelendidnmaieidggbffljlle |
Description | Your testimonials everywhere on the web |
File Size | 318 KB |
Installation Count | 453 |
Current Version | 1.2.4 |
Last Updated | 2024-02-05 |
Publish Date | 2023-07-23 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://senja.io |
[email protected] | |
Payment Type | free |
Extension Website | https://senja.io |
Help Page URL | https://support.senja.io |
Privacy Policy Page URL | https://senja.io/privacy-policy |
Supported Languages | 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 } ] } |