Shaadi.com Unified Inbox

Shaadi.com Unified Inbox inside GMail

什麼是Shaadi.com Unified Inbox?

Shaadi.com Unified Inbox是由shaadi.com開發的Chrome擴展程式,該擴展的主要功能是“Shaadi.com Unified Inbox inside GMail”。

擴展截圖

screenshot

下載Shaadi.com Unified Inbox擴展crx文件

下載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
官方網址 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"
    ]
}