Don't Hit Publish

Don't Hit Publish extension reminds you to rate and imporove your content before publishing.

什么是Don't Hit Publish?

Don't Hit Publish是由https://growthtools.com开发的Chrome扩展程序,该扩展的主要功能是“Don't Hit Publish extension reminds you to rate and imporove your content before publishing.”。

下载Don't Hit Publish扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Don't Hit Publish Don't Hit Publish
ID hcandeeccbpmannadoihhenofiolnbhd
官方URL https://chromewebstore.google.com/detail/dont-hit-publish/hcandeeccbpmannadoihhenofiolnbhd
简介 Don't Hit Publish extension reminds you to rate and imporove your content before publishing.
文件大小 23.44 KB
安装次数 31
当前版本 0.1.0
更新时间 2018-05-29
上架时间 2018-05-29
开发者 https://growthtools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://donthitpublish.growthtools.com
帮助页面URL https://videofruit.helpscoutdocs.com/
隐私政策页面URL https://my.growthtools.com/terms
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Hit Publish",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Don't Hit Publish extension reminds you to rate and imporove your content before publishing.",
    "homepage_url": "https:\/\/www.donthitpublish.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wordpress.com\/post\/*",
                "https:\/\/medium.com\/new-story",
                "https:\/\/medium.com\/p\/*\/edit",
                "https:\/\/www.wix.com\/website\/builder\/*",
                "https:\/\/www.getdrip.com\/*\/broadcasts\/*\/email\/edit",
                "https:\/\/www.getdrip.com\/*\/campaigns\/*\/emails\/*\/edit",
                "https:\/\/app.convertkit.com\/campaigns\/*\/steps\/content",
                "https:\/\/*.mailchimp.com\/campaigns\/wizard\/neapolitan*",
                "https:\/\/www.blogger.com\/blogger.g",
                "https:\/\/app.getresponse.com\/message_create_message.html",
                "https:\/\/em-ui.constantcontact.com\/em-ui\/em\/page\/em-ui\/email",
                "https:\/\/app.mailerlite.com\/emails\/step2\/*",
                "https:\/\/*.createsend.com\/campaigns\/design\/index\/*",
                "https:\/\/www.tumblr.com\/new\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}