WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Autotouch: Prospecting assistant

Autotouch: Prospecting assistant

View on Chrome Web Store
View Autotouch: Prospecting assistant Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
10 views
This extension has been viewed 10 times

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

Prospecting co-pilot built for sales people...
Type
Extension
Users
65 users
6
Website autotouch.ai
nic
View author page of nic
Published
Published on October 10, 2024
Version 4.85
Manifest version
3
Updated
Updated on March 26, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Autotouch: Prospecting assistant 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": "Autotouch: Prospecting assistant",
    "version": "4.85",
    "description": "Prospecting co-pilot built for sales people...",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "927405040806-9jo1j37hfne4hidmvhh2eeih108gr3ua.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.autotouch.ai\/*",
        "<all_urls>"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "type": "module"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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