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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://growthtools.com และคุณลักษณะหลักของมันคือ "Don't Hit Publish extension reminds you to rate and imporove your content before publishing."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don't Hit Publish
ดาวน์โหลดไฟล์ส่วนขยาย Don't Hit Publish ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } ] } |