Very Fast Templates (beta)

Type less. Sell more.

Co je Very Fast Templates (beta)?

Very Fast Templates (beta) je rozšíření Chrome vyvinuté https://getveryfast.com, a jeho hlavní funkcí je „Type less. Sell more.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Very Fast Templates (beta)

Stáhněte si soubory rozšíření Very Fast Templates (beta) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Very Fast Templates (beta) Very Fast Templates (beta)
ID mfkiheojdlkamhimblpljacaeoncjock
Oficiální URL https://chromewebstore.google.com/detail/very-fast-templates-beta/mfkiheojdlkamhimblpljacaeoncjock
Popis Type less. Sell more.
Velikost souboru 657 KB
Počet instalací 921
Aktuální Verze 1.5.5
Poslední Aktualizace 2024-02-15
Datum Vydání 2021-08-09
Hodnocení 5.00/5 Celkem 14 Hodnocení
Vývojář https://getveryfast.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://getveryfast.com
URL Stránky Zásad Ochrany Soukromí https://www.getveryfast.com/privacy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}