WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Spinf: AI Agent, Writing, Meeting, Voice Transcription

Spinf: AI Agent, Writing, Meeting, Voice Transcription

View on Chrome Web Store
View Spinf: AI Agent, Writing, Meeting, Voice Transcription Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
13 views
This extension has been viewed 13 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enhance Chrome with AI autocomplete that understands your context and voice. Turn it into a smarter AI Agent that works for you.
Type
Extension
Users
58 users
3
Website spinf.com
Spinf Inc.
View author page of Spinf Inc.
Published
Published on September 21, 2024
Version 0.9.48
Manifest version
3
Updated
Updated on March 12, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Spinf: AI Agent, Writing, Meeting, Voice Transcription Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spinf: AI Agent, Writing, Meeting, Voice Transcription",
    "short_name": "Spinf Agent",
    "version": "0.9.48",
    "description": "Enhance Chrome with AI autocomplete that understands your context and voice. Turn it into a smarter AI Agent that works for you.",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "permissions": [
        "sidePanel",
        "activeTab",
        "tabs",
        "storage",
        "tabCapture",
        "offscreen",
        "contextMenus",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Spinf",
        "default_icon": {
            "16": "icons\/favicon-16x16.png",
            "48": "icons\/favicon-48x48.png",
            "128": "icons\/favicon-128x128.png"
        }
    },
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "file:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/spinf.com\/*",
                "https:\/\/*.spinf.com\/*",
                "https:\/\/*.customers.spinf.com\/*",
                "https:\/\/app.spinf.com\/*",
                "https:\/\/app.dev.spinf.com\/*",
                "https:\/\/app.staging.spinf.com\/*",
                "http:\/\/localhost:8082\/*"
            ],
            "js": [
                "SyncClient.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top