PR Monkey: Email Tracking & Pitching Insights

Share your experts and monitor media efforts in Gmail and beyond.

什麼是PR Monkey: Email Tracking & Pitching Insights?

PR Monkey: Email Tracking & Pitching Insights是由https://prmonkey.com開發的Chrome擴展程式,該擴展的主要功能是“Share your experts and monitor media efforts in Gmail and beyond.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PR Monkey: Email Tracking & Pitching Insights擴展crx文件

下載PR Monkey: Email Tracking & Pitching Insights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PR Monkey is the fastest way to create and share media kits with journalists. This Chrome Extension integrates with PRMonkey.com and enables PR pros to quickly share their experts with the media and track their efforts in Gmail or anywhere on the internet.

The PR Monkey chrome extension enables PR pros to:

Track Emails and Expert Metrics ✉️
- Emails Delivered
- Emails Opened
- Expert Profile Views (Link Clicks)
- Journalist Interest 


Share Experts 👨🏻‍✈️
- Create traceable email cards and links automatically via Gmail with just one click
- Create traceable and anonymous email cards and links anywhere on the internet

PR Monkey's traceable email cards and links give PR pros insights into journalist engagement by tracking when media kits are viewed and when journalists vote their interest levels.


Use Campaign Templates 💬 
- Add and reuse campaign messages across your media efforts (no more back and forth to Google Docs)


More features coming soon✨


Drop us a line if you have any questions about our extension or other PR Monkey features: [email protected]                    

擴展基本資訊

名稱 PR Monkey: Email Tracking & Pitching Insights PR Monkey: Email Tracking & Pitching Insights
ID kohmmgfpllkgdfbnfbmblfdmmdflnbkh
官方網址 https://chromewebstore.google.com/detail/pr-monkey-email-tracking/kohmmgfpllkgdfbnfbmblfdmmdflnbkh
簡介 Share your experts and monitor media efforts in Gmail and beyond.
檔案大小 4.5 MB
安裝次數 39
目前版本 1.4.2
更新時間 2024-02-20
上架時間 2023-08-17
評分 5.00/5 共 10 次評分
開發者 https://prmonkey.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.prmonkey.com
說明頁面URL https://www.prmonkey.com
隱私政策頁面URL https://www.prmonkey.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Share your experts and monitor media efforts in Gmail and beyond.",
    "version": "1.4.2",
    "manifest_version": 3,
    "name": "PR Monkey: Email Tracking & Pitching Insights",
    "icons": {
        "128": "prm-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "prm-icon-128.png"
        },
        "default_title": "PR Monkey"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "activeTab",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/mail.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailContentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.woff2",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/prmonkey.com\/*",
            "https:\/\/www.prmonkey.com\/*",
            "https:\/\/app.prmonkey.com\/*"
        ]
    }
}