CoverageBook Clipper

Collect links and fix coverage screenshots

What is CoverageBook Clipper?

CoverageBook Clipper is a Chrome extension developed by coveragebook.com, and its main feature is "Collect links and fix coverage screenshots".

Extension Screenshots

screenshot
screenshot

Download CoverageBook Clipper Extension CRX File

Download CoverageBook Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fix coverage screenshots and bookmark coverage links with 'CoverageBook Clipper'. The handy little browser extension tool for CoverageBook.

Fix CoverageBook screenshots:
At CoverageBook we’re always working to improve screenshot quality. But with the best will in the world, there will be times when annoying little pop-up messages, cookie notices and the like get in the way of your lovely coverage. With 'Clipper' you can fix them in no time.

Here's how:
1. Once installed, from within CoverageBook, simply click the 'Fix Screenshot' button for any offending articles.
2. You’ll be taken to the webpage in question.
3. Close any unwanted messages or things that are in the way.
4. Click the 'Take Screenshot' button.
5. It’ll capture it at the exact CoverageBook dimensions and slot seamlessly into your book.



Bookmark coverage links:
Clipper isn’t just for fixing screenshots. When you come across articles featuring your coverage, you can bookmark them in an instant and create a handy little list of coverage links. 

Avoid the faff of copying and pasting the link from the address bar into your coverage report over and over again. Those precious seconds add up and you’ve got better things to do in the busy world of public relations.

The CoverageBook Clipper extension will help you create your coverage reports quicker. 

Here’s how in 6 easy steps:
1. You find a new piece of coverage.
2. Click the CoverageBook icon in your Chrome toolbar
3. Click ‘Bookmark this page’
4. Find another piece of coverage? Great, click ‘Bookmark this page’ again
5. Keep an eye on how much coverage you’ve collected with the icon counter
6. Click ‘Copy All Bookmarks’, then you can paste into either a new or existing coverage report.

That’s it. Discovery to coverage report in seconds.                    

Extension Basic Information

Name CoverageBook Clipper CoverageBook Clipper
ID ofnneagclopknppofagjbmkabmdicmol
Official URL https://chromewebstore.google.com/detail/coveragebook-clipper/ofnneagclopknppofagjbmkabmdicmol
Description Collect links and fix coverage screenshots
File Size 559 KB
Installation Count 3,531
Current Version 2.0.9
Last Updated 2022-04-04
Publish Date 2019-10-01
Rating 5.00/5 Total 3 Ratings
Developer coveragebook.com
Email [email protected]
Payment Type free
Extension Website https://coveragebook.com
Help Page URL http://help.coveragebook.com/creating-your-report/how-do-i-capture-an-image-from-the-coveragebook-chrome-extension
Privacy Policy Page URL https://coveragebook.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoverageBook Clipper",
    "version": "2.0.9",
    "manifest_version": 2,
    "description": "Collect links and fix coverage screenshots",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "\/background\/snapper\/tabs.js",
            "\/background\/snapper\/actions.js",
            "\/background\/snapper\/capture.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.coveragebook.com\/*",
                "https:\/\/*.ngrok.io\/*",
                "http:\/\/*.ngrok.io\/*",
                "https:\/\/*.herokuapp.com\/*",
                "https:\/\/app.coveragebook.dev\/*"
            ],
            "js": [
                "\/content\/coveragebook.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/images\/toolbar-logo.png",
            "38": "\/images\/toolbar-logo.png"
        },
        "default_popup": "\/content\/clipper\/index.html",
        "default_title": "Save URLs to add to your CoverageBook report"
    },
    "web_accessible_resources": [
        "\/content\/coveragebook.js",
        "\/content\/styles.css",
        "\/content\/snapper\/capture.js",
        "\/content\/snapper\/content.css",
        "\/content\/snapper\/content.js",
        "\/content\/snapper\/elements.js",
        "\/content\/snapper\/popup.html",
        "\/content\/snapper\/popup.js",
        "\/content\/snapper\/snapper.html",
        "\/content\/snapper\/snapper.js",
        "\/content\/clipper\/clipper.js",
        "\/content\/clipper\/index.html",
        "\/content\/clipper\/storage.js",
        "\/images\/logo-color.svg",
        "\/images\/logo-white.svg",
        "\/images\/logo-wordmark-color.svg",
        "\/images\/logo-wordmark-white.svg",
        "\/images\/toolbar-logo.png"
    ]
}