Postal Chrome Extension

Send direct mail and gifts to customers from anywhere

什么是Postal Chrome Extension?

Postal Chrome Extension是由https://postal.com开发的Chrome扩展程序,该扩展的主要功能是“Send direct mail and gifts to customers from anywhere”。

扩展截图

screenshot
screenshot
screenshot

下载Postal Chrome Extension扩展crx文件

下载Postal Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Postal’s Google Chrome extension enables you to send items from the Postal Marketplace directly from your inbox and the sales and marketing platforms where you already spend most of your day. Find and send items, add and edit contacts, save favorites, and track orders all without ever leaving your favorite apps like Gmail, Outreach, SalesLoft, Hubspot, or Salesforce. Postal will automatically connect with your leads and contacts and track all activity back.                    

扩展基本信息

名称 Postal Chrome Extension Postal Chrome Extension
ID ddpaonelolflnpklgpgjjehelfhnfmdn
官方URL https://chromewebstore.google.com/detail/postal-chrome-extension/ddpaonelolflnpklgpgjjehelfhnfmdn
简介 Send direct mail and gifts to customers from anywhere
文件大小 2.16 MB
安装次数 1,610
当前版本 2.1.0
更新时间 2023-12-09
上架时间 2020-06-10
评分 5.00/5 共10次评分
开发者 https://postal.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.postal.com/
帮助页面URL https://help.postal.com/
隐私政策页面URL https://postal.io/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Postal Chrome Extension",
    "version": "2.1.0",
    "description": "Send direct mail and gifts to customers from anywhere",
    "icons": {
        "16": "postal-16.png",
        "48": "postal-48.png",
        "128": "postal-128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "postal-16.png",
            "48": "postal-48.png",
            "128": "postal-128.png"
        },
        "default_title": "Postal Chrome Extension"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "postal-48.png",
                "postal-48-white.png",
                "iframe.html",
                "material-icons.css",
                "material-icons-outlined.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ]
}