Indians.com FanMail Extension

Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.

Indians.com FanMail Extensionคืออะไร?

Indians.com FanMail Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FanMail และคุณลักษณะหลักของมันคือ "Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Indians.com FanMail Extension

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

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

                        With just a click of a button, add banners of your favorite Cleveland Indians to your outgoing email. 

We value your privacy and do not collect any email content or email addresses.                    

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

ชื่อ Indians.com FanMail Extension Indians.com FanMail Extension
ID jicihkkmemenopnnnaehnhgojaacchln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/indianscom-fanmail-extens/jicihkkmemenopnnnaehnhgojaacchln
คำอธิบาย Hey Tribe fans! Finally, you can show your support for your team in your Gmail messages using our extension.
ขนาดไฟล์ 71.22 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 2.1.15
อัปเดตครั้งล่าสุด 2013-03-18
วันที่เผยแพร่ 2013-03-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา FanMail
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Indians.com FanMail Extension",
    "permissions": [
        "background",
        "http:\/\/fanmail.impactia.com\/"
    ],
    "default_locale": "en",
    "version": "2.1.15",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "chrome\/skin\/icon128.png",
        "48": "chrome\/skin\/icon48.png"
    },
    "background": {
        "scripts": [
            "GoogleChrome\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "chrome\/content\/com\/jQuery\/jquery.min.js",
                "chrome\/content\/com\/imp\/jQuery.js",
                "chrome\/content\/com\/imp\/ImpHandler.js",
                "chrome\/content\/com\/imp\/ImpParser.js",
                "chrome\/content\/com\/imp\/ImpConnector.js",
                "chrome\/content\/com\/imp\/md5.js",
                "chrome\/content\/com\/imp\/ImpDataAccess.js",
                "GoogleChrome\/ImpStart.js"
            ]
        }
    ]
}