Flight Scan - Google Flights Tool

Searches travel aggregate sites for the same Google Flight.

Flight Scan - Google Flights Toolคืออะไร?

Flight Scan - Google Flights Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PlaneSurfers และคุณลักษณะหลักของมันคือ "Searches travel aggregate sites for the same Google Flight."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flight Scan - Google Flights Tool

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

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

                        Click on the icon and you will be presented with travel aggregate websites that you can toggle on or off, choosing whether to see a flight comparison from that site or not.

When you go to Google Flights, find a flight and click on that particular flight, a popup window at the top right of your browser will appear with a button that says "Compare". If you click this button, it will create a new tab for each site you have toggled ON and it will automatically search each site for the same flight you have up on Google Flights.                    

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

ชื่อ Flight Scan - Google Flights Tool Flight Scan - Google Flights Tool
ID adiknbgmocakdciplkdllicedghomcbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flight-scan-google-flight/adiknbgmocakdciplkdllicedghomcbb
คำอธิบาย Searches travel aggregate sites for the same Google Flight.
ขนาดไฟล์ 97.88 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-08-04
วันที่เผยแพร่ 2019-08-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา PlaneSurfers
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://planesurfers.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Flight Scan - Google Flights Tool",
    "description": "Searches travel aggregate sites for the same Google Flight.",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon\/icon128.png",
        "16": "img\/icon\/icon16.png",
        "32": "img\/icon\/icon32.png",
        "48": "img\/icon\/icon48.png"
    },
    "browser_action": {
        "default_icon": "img\/icon\/icon32.png",
        "default_popup": "html\/settings.html"
    },
    "background": {
        "scripts": [
            "js\/defaultStorage.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/injectGeneral.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/flights*",
                "https:\/\/www.google.com\/travel\/flights*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/www.google.com\/flights*",
        "https:\/\/www.google.com\/travel\/flights*"
    ],
    "short_name": "Flight Scan",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "fonts\/*",
        "img\/*"
    ]
}