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
Eメール [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"
    ]
}