SurveyTester Browser Extension

Chrome Extension for testing surveys with SurveyTester. Check www.surveytester.com for more information.

SurveyTester Browser Extensionคืออะไร?

SurveyTester Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://surveytester.com และคุณลักษณะหลักของมันคือ "Chrome Extension for testing surveys with SurveyTester. Check www.surveytester.com for more information."

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

screenshot
screenshot
screenshot

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

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

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

                        SurveyTester is the fastest and most efficient way to test surveys.
SurveyTester is a web based platform that combines everything your team needs for testing your surveys. For more information about SurveyTester, please visit www.surveytester.com. 

This extension widens SurveyTesters capabilities to support as many survey technologies as possible, while also improving existing features.

-	Faster navigation: As soon as you start testing a survey, all answers provided can automatically be repeated by SurveyTester. This makes our beloved jump technology possible. Just select any page of your survey and SurveyTester automatically repeats previous answers to take you to that exact page.
-	Better team communication: Create issues with a description and highlight on every page of your survey. Your team members can then jump directly to that page and view the issue live. 
-	Faster answer selection: One click on “Auto answer” and all questions on the current page are instantly completed. Large grids no longer take minutes to be filled out.
-	Understand the routing: Large surveys can have very complex routing that make it difficult to find your path. SurveyTester learns from testing surveys and automatically creates a routing diagram. This is so unique that you have to see it yourself to understand.

Sign-up for your free SurveyTester trial. Click the link below to register, and in a few minutes, you can work with a demo project or a project of your choice.

https://cloud.surveytester.com/try-for-free?r=extension

or

try this extension with our demo project:
https://cloud.surveytester.com/TestSurvey.aspx?isStart=1&TestId=6c038691bcab488d94b95226057c65d4                    

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

ชื่อ SurveyTester Browser Extension SurveyTester Browser Extension
ID egmpedialkckggjimndablohcfcmehdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/surveytester-browser-exte/egmpedialkckggjimndablohcfcmehdj
คำอธิบาย Chrome Extension for testing surveys with SurveyTester. Check www.surveytester.com for more information.
ขนาดไฟล์ 4.56 MB
จำนวนการติดตั้ง 852
เวอร์ชันปัจจุบัน 6.2.12
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2022-05-06
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://surveytester.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://surveytester.com/
URL หน้าช่วยเหลือ https://www.surveytester.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.surveytester.com/j/privacy
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SurveyTester Browser Extension",
    "short_name": "SurveyTester Browser Extension",
    "version": "6.2.12",
    "manifest_version": 3,
    "description": "Chrome Extension for testing surveys with SurveyTester. Check www.surveytester.com for more information.",
    "icons": {
        "16": "images\/SurveyTesterFavicon16.png",
        "128": "images\/SurveyTesterFavicon128.png"
    },
    "action": {
        "default_popup": "about.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ]
}