Very Fast Templates (beta)

Type less. Sell more.

什麼是Very Fast Templates (beta)?

Very Fast Templates (beta)是由https://getveryfast.com開發的Chrome擴展程式,該擴展的主要功能是“Type less. Sell more.”。

擴展截圖

screenshot

下載Very Fast Templates (beta)擴展crx文件

下載Very Fast Templates (beta)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 Very Fast Templates (beta) Very Fast Templates (beta)
ID mfkiheojdlkamhimblpljacaeoncjock
官方網址 https://chromewebstore.google.com/detail/very-fast-templates-beta/mfkiheojdlkamhimblpljacaeoncjock
簡介 Type less. Sell more.
檔案大小 657 KB
安裝次數 921
目前版本 1.5.5
更新時間 2024-02-15
上架時間 2021-08-09
評分 5.00/5 共 14 次評分
開發者 https://getveryfast.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://getveryfast.com
隱私政策頁面URL https://www.getveryfast.com/privacy
支援的語言 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": [
                ""
            ]
        }
    ]
}