CommentBin
Breaking the barriers of disabled commenting! - CommentBin allows communication on ANYTHING that has a URL
CommentBin là gì?
CommentBin là một tiện ích mở rộng Chrome được phát triển bởi https://commentbin.com, và tính năng chính của nó là "Breaking the barriers of disabled commenting! - CommentBin allows communication on ANYTHING that has a URL".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CommentBin
Tải xuống các tệp mở rộng CommentBin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
CommentBin allows you to make comments on any website you visit. How will you use it? Here are some popular ones....
*Clever Uses - Craigslist
Sellers
Turn your listing into an auction
Build a good reputation by asking your buyers to leave comments
Create competition & demand for your listing by directing negotations
Buyers
Warn others about scams
Build relationships with good sellers
Let others know how your buying experience was
*Clever Uses - YouTube
Videos with comments disabled
Warn others of videos with fraudulent content
Always have the opportunity to leave your opinion
*Clever Uses - eBay and penny auction sites(DealDash,Beezid,QuiBids)
Buyers
Chat with others bidding on the same item
Negotiate with sellers
Review and research items you are about to buy
Provide better feedback on sellers and items you purchased
Sellers
Clearly respond to negative feedback
Build relationships with your customers
Take your voice back! eBay removed the ability for sellers to leave negative or neautral feedback on buyers
*Clever Uses - News sites that got rid of reader comments
Examples
Reuters
Recode
USA Today
Popular Science
Power Shift
Many website owners seek to silence the comment section...
CommentBin always gives the reader a choice to participate in a comment section
*Clever Uses - Wikipedia
Post a comment about a Wikipedia article
*Clever Uses - Real Estate (Zillow,Reltor.com,Trulia)
Sellers
FSBO? Directly chat with potential buyers
Are you in a bidding war on a foreclosure? Talk with your competition!
Property Searchers
Talk directly with sellers
Talk to the neighbors of your potential home or apartment
See if anyone knows something you don't know about the propery you are thinking about purchasing
Visit the Clever Uses for more information. Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | bigiclianfkfccapnmibjpjmaaclejde |
| URL Chính Thức | https://chromewebstore.google.com/detail/commentbin/bigiclianfkfccapnmibjpjmaaclejde |
| Mô tả | Breaking the barriers of disabled commenting! - CommentBin allows communication on ANYTHING that has a URL |
| Kích Thước Tệp | 150 KB |
| Số Lần Cài Đặt | 25 |
| Phiên Bản Hiện Tại | 1.7.2 |
| Cập Nhật Lần Cuối | 2016-03-26 |
| Ngày Phát Hành | 2016-03-26 |
| Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
| Nhà Phát Triển | https://commentbin.com |
| [email protected] | |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | https://commentbin.com |
| URL Trang Trợ Giúp | https://commentbin.com/Home/CleverUses |
| URL Trang Chính Sách Bảo Mật | https://commentbin.com/Home/Privacy |
| Ngôn Ngữ Được Hỗ Trợ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"includes\/content.js"
]
}
],
"name": "CommentBin",
"default_locale": "en",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/button.png"
},
"web_accessible_resources": [
"res\/*",
"assets\/*",
"icons\/*"
],
"description": "Breaking the barriers of disabled commenting! - CommentBin allows communication on ANYTHING that has a URL",
"background": {
"page": "background.html"
},
"homepage_url": "https:\/\/commentbin.com\/",
"version": "1.7.2",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon48.png",
"default_title": "CommentBin"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webNavigation"
]
} | |