Sitejabber: Ratings & Reviews on Every Site

Get reviews and ratings on every website you visit: Find great businesses and surf safely with the Sitejabber Chrome Extension.

Sitejabber: Ratings & Reviews on Every Siteคืออะไร?

Sitejabber: Ratings & Reviews on Every Site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sitejabber.com และคุณลักษณะหลักของมันคือ "Get reviews and ratings on every website you visit: Find great businesses and surf safely with the Sitejabber Chrome Extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sitejabber: Ratings & Reviews on Every Site

ดาวน์โหลดไฟล์ส่วนขยาย Sitejabber: Ratings & Reviews on Every Site ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Read reviews and ratings on businesses with the free Sitejabber Chrome Extension from sitejabber.com, the leading online community of reviewers. 
 
The Sitejabber Extension gives you insights into what reviewers think of each site you visit. You’ll also be able to see Sitejabber ratings on each search result. Here’s how it works:

* A red, yellow, or green light in your browser window indicates if the site you're viewing has poor, mixed or good reviews

* Then, click the indicator light to access detailed review data, business contact info, and the ability to rate/review the site

* Or, click the indicator to pose a question about the site to reviewers, former customers, and the business itself

Did we mention, it’s completely free?! Why wait, try it today.

Read what Lifehacker had to say about the Sitejabber Chrome Extension:
http://lifehacker.com/sitejabber-shows-you-reviews-of-web-retailers-before-yo-1739653295

Note: Sitejabber never records or stores any of your browsing data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sitejabber: Ratings & Reviews on Every Site Sitejabber: Ratings & Reviews on Every Site
ID ckiddbafgcfifpioacgfijgicacanflo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sitejabber-ratings-review/ckiddbafgcfifpioacgfijgicacanflo
คำอธิบาย Get reviews and ratings on every website you visit: Find great businesses and surf safely with the Sitejabber Chrome Extension.
ขนาดไฟล์ 283 KB
จำนวนการติดตั้ง 2,256
เวอร์ชันปัจจุบัน 1.4.7
อัปเดตครั้งล่าสุด 2023-09-01
วันที่เผยแพร่ 2019-07-19
คะแนน 4.30/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา https://www.sitejabber.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.sitejabber.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get reviews and ratings on every website you visit: Find great businesses and surf safely with the Sitejabber Chrome Extension.",
    "manifest_version": 3,
    "name": "Sitejabber: Ratings & Reviews on Every Site",
    "author": "Michael Lai",
    "version": "1.4.7",
    "homepage_url": "https:\/\/www.sitejabber.com\/extension-download",
    "icons": {
        "128": "icons\/128x128-icon.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.sitejabber.com\/"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon_gray.png",
        "default_title": "Sitejabber",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "popup\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/chrome_icons_sp.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}