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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | 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" ] } ] } |