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
公式URL 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
Eメール [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\/*"
        ]
    }
}