Plates: Messaging Templates

Changing the way you connect across platforms, across people

Plates: Messaging Templates là gì?

Plates: Messaging Templates là một tiện ích mở rộng Chrome được phát triển bởi https://plates10x.com, và tính năng chính của nó là "Changing the way you connect across platforms, across people".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plates: Messaging Templates

Tải xuống các tệp mở rộng Plates: Messaging Templates 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

                        PLATES IS THE FIRST MESSAGE TEMPLATE SERVICE THAT WORKS WHERE YOU NEED IT TO
Turning your best outreach messages into templates that work across  Gmail, and Outlook 365.
Plates lets you pull that genius cold e-mail across the three main networking platforms. 

10x your productivity by saving time normally on cross-platform friction. 
10x your first impressions by using only your best work across platforms. 
10x your sanity with a truly coherent networking strategy.                    

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

Tên Plates: Messaging Templates Plates: Messaging Templates
ID hmhnkednkjgdnekdaigpfinchijkkheh
URL Chính Thức https://chromewebstore.google.com/detail/plates-messaging-template/hmhnkednkjgdnekdaigpfinchijkkheh
Mô tả Changing the way you connect across platforms, across people
Kích Thước Tệp 758 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.3.87
Cập Nhật Lần Cuối 2022-03-10
Ngày Phát Hành 2020-06-03
Nhà Phát Triển https://plates10x.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.plates10x.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName_p__",
    "version": "1.3.87",
    "manifest_version": 2,
    "short_name": "__MSG_shortName_p__",
    "description": "__MSG_description_p__",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icons\/plates128.png",
        "48": "resources\/icons\/plates128.png",
        "128": "resources\/icons\/plates128.png"
    },
    "background": {
        "scripts": [
            "Plates_bg_bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "resources\/icons\/plates128.png",
        "default_title": "__MSG_shortName_p__",
        "default_popup": "resources\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.live.com\/",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/slack.com\/*"
            ],
            "exclude_matches": [],
            "js": [
                "resources\/scripts\/jquery.min.js",
                "resources\/scripts\/jquery_confirm.min.js",
                "Plates_ext_bundle.js"
            ],
            "css": [
                "resources\/css\/jquery-confirm.min.css",
                "resources\/css\/jquery.webui-popover.min.css",
                "resources\/css\/select2.min.css",
                "resources\/css\/plates.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "https:\/\/*.google.com\/*",
        "https:\/\/outlook.office.com\/*",
        "https:\/\/outlook.office365.com\/*",
        "https:\/\/outlook.live.com\/",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/slack.com\/*",
        "https:\/\/*.plates10x.com\/*",
        "https:\/\/test-dot-plates-trial-working.appspot.com\/*",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "176352778022-2r7968q29di5ednc69vbb3shnjk0tffa.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjkIvwHjYsRAvyeIn+vA21Sa4rg8V7OAvw+gVgZ0cxRvE1d72DHbsw+jl+HTkyxI4nFAjREUShBKbsxXJvBoyzxTTRahPnhBUTgZKYx4juTABziIUATeZegJc8MCUPJQ5juoihU2vMsvoWGyztEm2Aqd2onw0ggBt3fGWZmEaRiylnDf19VEKAVdTcZACewqNVv15pA9U7UGLWY\/ZEQQU41pn1\/x9AVVKQlgDR+GwK6SVweUXFgtx3ONe+WNvwBcSjrnFY3JaRYM6bZnpSgNZ+KXeQU6GrSp19XBOODlwztkzWb04aGk7WXq0QcSZ44UobGn+ZSxTEJ9ciRTGDAfdCQIDAQAB",
    "web_accessible_resources": [
        "resources\/scripts\/*.*",
        "resources\/css\/*.*",
        "resources\/images\/*.*",
        "resources\/icons\/*.*",
        "resources\/html\/*.*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.slm100x.com\/*",
            "https:\/\/*.plates10x.com\/*",
            "https:\/\/test-dot-plates-trial-working.appspot.com\/*"
        ]
    }
}