CoverageBook Clipper

Collect links and fix coverage screenshots

什么是CoverageBook Clipper?

CoverageBook Clipper是由coveragebook.com开发的Chrome扩展程序,该扩展的主要功能是“Collect links and fix coverage screenshots”。

扩展截图

screenshot
screenshot

下载CoverageBook Clipper扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 CoverageBook Clipper CoverageBook Clipper
ID ofnneagclopknppofagjbmkabmdicmol
官方URL https://chromewebstore.google.com/detail/coveragebook-clipper/ofnneagclopknppofagjbmkabmdicmol
简介 Collect links and fix coverage screenshots
文件大小 559 KB
安装次数 3,531
当前版本 2.0.9
更新时间 2022-04-04
上架时间 2019-10-01
评分 5.00/5 共3次评分
开发者 coveragebook.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://coveragebook.com
帮助页面URL http://help.coveragebook.com/creating-your-report/how-do-i-capture-an-image-from-the-coveragebook-chrome-extension
隐私政策页面URL https://coveragebook.com/privacy
支持的语言 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"
    ]
}