Very Fast Templates (beta)

Type less. Sell more.

Cos'è Very Fast Templates (beta)?

Very Fast Templates (beta) è un'estensione di Chrome sviluppata da https://getveryfast.com, e la sua funzione principale è "Type less. Sell more.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Very Fast Templates (beta)

Scarica i file di estensione Very Fast Templates (beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Very Fast Templates (beta) Very Fast Templates (beta)
ID mfkiheojdlkamhimblpljacaeoncjock
URL Ufficiale https://chromewebstore.google.com/detail/very-fast-templates-beta/mfkiheojdlkamhimblpljacaeoncjock
Descrizione Type less. Sell more.
Dimensione del File 657 KB
Conteggio Installazioni 921
Versione Corrente 1.5.5
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2021-08-09
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore https://getveryfast.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getveryfast.com
URL della Pagina della Politica sulla Privacy https://www.getveryfast.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}