Very Fast Templates (beta)

Type less. Sell more.

Very Fast Templates (beta) là gì?

Very Fast Templates (beta) là một tiện ích mở rộng Chrome được phát triển bởi https://getveryfast.com, và tính năng chính của nó là "Type less. Sell more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Very Fast Templates (beta)

Tải xuống các tệp mở rộng Very Fast Templates (beta) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Very Fast Templates (beta) Very Fast Templates (beta)
ID mfkiheojdlkamhimblpljacaeoncjock
URL Chính Thức https://chromewebstore.google.com/detail/very-fast-templates-beta/mfkiheojdlkamhimblpljacaeoncjock
Mô tả Type less. Sell more.
Kích Thước Tệp 657 KB
Số Lần Cài Đặt 921
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2021-08-09
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://getveryfast.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getveryfast.com
URL Trang Chính Sách Bảo Mật https://www.getveryfast.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}