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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
        ]
    }
}