Very Fast Templates (beta)

Type less. Sell more.

What is Very Fast Templates (beta)?

Very Fast Templates (beta) is a Chrome extension developed by https://getveryfast.com, and its main feature is "Type less. Sell more.".

Extension Screenshots

screenshot

Download Very Fast Templates (beta) Extension CRX File

Download Very Fast Templates (beta) 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

                        Do you send the same messages over and over? Give your poor fingers a break — say hello to Very Fast templates!  

⚡️  Message Twice as Fast
▸ Connect with contacts faster
▸ Schedule meetings faster
▸ Follow-up faster

🤖  How does it work?
#1: Click into a message on LinkedIn or Gmail
#2: Click the blue lightning bolt 
#3: Choose a template & it will paste!

☝️ How long will it take me to setup?
▸ Roughly three minutes

😎  Who is Very Fast for?
▸ People who know their time is money and spend part of their day messaging clients... recruiting, sales, fundraising, startups, customer service, small business owners, lawyers, and more.

💌  Contact?
▸ Have an idea for us? Looking to set your whole team up? Just want to say hi? Reach out here → [email protected]                    

Extension Basic Information

Name Very Fast Templates (beta) Very Fast Templates (beta)
ID mfkiheojdlkamhimblpljacaeoncjock
Official URL https://chromewebstore.google.com/detail/very-fast-templates-beta/mfkiheojdlkamhimblpljacaeoncjock
Description Type less. Sell more.
File Size 657 KB
Installation Count 921
Current Version 1.5.5
Last Updated 2024-02-15
Publish Date 2021-08-09
Rating 5.00/5 Total 14 Ratings
Developer https://getveryfast.com
Email [email protected]
Payment Type free
Extension Website https://getveryfast.com
Privacy Policy Page URL https://www.getveryfast.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Very Fast Templates (beta)",
    "version": "1.5.5",
    "manifest_version": 3,
    "description": "Type less. Sell more.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk+V2qlJTIwUwI++\/FSoAIVzfmFL4sRsIjzbCqCMaN9Nm5FJm7pjp0yC7uWwf9y34\/j6NEnIiBCVusEMnvFv\/Vt1ULsRy2sDpAC9MaW4B44me8gkV\/uEAHb0\/IBQ+17IZSh+qw3TSKQuFH+CKJ02b1q0JQnH4F9OFbS3RP\/6WmL8DApjSwBejYDVhDSY11ughzeiEEUM7fgZ83yBhFu40ycYXMxupGYZi0UAdzfNrM20R8CFTMaCk5RH5kVgwmQ7OoTRpgPR+VGrTx1qdNYtjdBGY3etBDKSDICaDI9xXfWL43haNsWT2etNGiU48EOCwJQnxjQBUKRdixJb+jCT1MQIDAQAB",
    "homepage_url": "https:\/\/www.getveryfast.com",
    "icons": {
        "16": "dist\/assets\/icon16.png",
        "48": "dist\/assets\/icon48.png",
        "128": "dist\/assets\/icon128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/vf-prime-staging.web.app\/*",
            "*:\/\/vf-prime-staging.firebaseapp.com\/*",
            "*:\/\/app.getveryfast.com\/*"
        ]
    },
    "action": [],
    "options_page": "dist\/options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*",
                "*:\/\/www.linkedin.com\/*",
                "https:\/\/outlook.office365.com\/mail\/*",
                "https:\/\/outlook.office.com\/*",
                "*:\/\/app.frontspin.com\/*",
                "*:\/\/p2.frontspin.com\/*"
            ],
            "js": [
                "dist\/injected.js"
            ],
            "css": [
                "dist\/injected.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/assets\/icon48.png",
                "dist\/injected\/index.html",
                "dist\/options.html",
                "dist\/injected.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ]
}