Testimonial

Get testimonials from your customers with ease.

Testimonialคืออะไร?

Testimonial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://testimonial.to และคุณลักษณะหลักของมันคือ "Get testimonials from your customers with ease."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Testimonial

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

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

                        Testimonial Chrome Extension: Streamline Your Testimonial Collection

Elevate your testimonial gathering process with the Testimonial Chrome extension. Say goodbye to the hassle of manual copying and pasting. Our extension empowers you to seamlessly import testimonials from a wide array of platforms with just a few clicks.

Features:

📱 Social Media Savvy: Effortlessly import content from major social media platforms like Twitter, Instagram, TikTok, LinkedIn, and Facebook.

💜 Review Platform Integration: Tap into leading review platforms to gather valuable feedback.

💼 For Coaches and Freelancers: Easily accumulate reviews from popular coaching and freelancing sites.

🛍️ Local Business Support: Boost your local business presence by importing reviews from top local business platforms.

🏠 Real Estate Reviews: Enhance your real estate business with reviews from the most trusted real estate websites.

Versatility at Its Best:
Our extension is designed to cater to a diverse range of platforms. Whether you're in e-commerce, freelancing, coaching, real estate, or any other sector, the Testimonial extension is your go-to tool for gathering and showcasing customer feedback.

For a comprehensive list of all supported integrations, please visit our website at https://testimonial.to/integrations.                    

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

ชื่อ Testimonial Testimonial
ID gojdbimennlpdoagkgongbdecafpccim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/testimonial/gojdbimennlpdoagkgongbdecafpccim
คำอธิบาย Get testimonials from your customers with ease.
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 1,481
เวอร์ชันปัจจุบัน 1.12.2
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2022-11-11
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://testimonial.to
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://testimonial.to
URL หน้านโยบายความเป็นส่วนตัว https://legal.testimonial.to/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Testimonial",
    "description": "Get testimonials from your customers with ease.",
    "version": "1.12.2",
    "permissions": [
        "storage",
        "identity",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "416129216025-4h2eni9efjsi1p0geig438fhslnmoqqf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/images\/icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.testimonial.to\/*",
            "https:\/\/testimonial.to\/*"
        ]
    }
}