Shaadi.com Unified Inbox

Shaadi.com Unified Inbox inside GMail

Shaadi.com Unified Inboxคืออะไร?

Shaadi.com Unified Inbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shaadi.com และคุณลักษณะหลักของมันคือ "Shaadi.com Unified Inbox inside GMail"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shaadi.com Unified Inbox

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

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

                        Access your Shaadi.com Inbox inside Gmail

Keeping track of your communication on Shaadi.com was never this easy!

1) Install this extension and login to Gmail
2) Click on the "Shaadi.com" label in the left Menu
3) View and Respond to all your Shaadi.com Emails, Interests and Requests from within Gmail! 

We are always looking to improve your experience on Shaadi.com . You can send us feedback by writing to us over here - http://www.shaadi.com/customer-relations/faq/write-to-us.

Wish to use Shaadi.com in more innovative ways? Check out http://labs.shaadi.com .

Are you a developer and wish to create a Shaadi.com application? Contact us on http://labs.shaadi.com for details.                    

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

ชื่อ Shaadi.com Unified Inbox Shaadi.com Unified Inbox
ID npdoomckppbphididmimdkpoikghjbfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shaadicom-unified-inbox/npdoomckppbphididmimdkpoikghjbfd
คำอธิบาย Shaadi.com Unified Inbox inside GMail
ขนาดไฟล์ 57.02 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2013-01-18
วันที่เผยแพร่ 2013-01-17
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา shaadi.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://shaadi.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shaadi.com Unified Inbox",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Shaadi.com Unified Inbox inside GMail",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "css": [
                "main.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*.shaadi.com\/inbox\/*",
                "http:\/\/*.shaadi.com\/my-shaadi\/*"
            ],
            "js": [
                "jquery.js",
                "shaadi.js"
            ],
            "css": [
                "shaadi.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*.shaadi.com\/inbox\/*",
                "http:\/\/*.shaadi.com\/my-shaadi\/*"
            ],
            "js": [
                "shaadi2.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*.shaadi.com\/search",
                "http:\/\/*.shaadi.com\/my-shaadi"
            ],
            "js": [
                "shaadi3.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/ajax-loader.gif"
    ]
}