Gmail Sender Finder

Find where your emails are sent from and organize your gmail using labels with just one click.

Gmail Sender Finderคืออะไร?

Gmail Sender Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Can Ozturk และคุณลักษณะหลักของมันคือ "Find where your emails are sent from and organize your gmail using labels with just one click."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Sender Finder

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

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

                        Find where do your emails come from and easily add label into the mail.                    

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

ชื่อ Gmail Sender Finder Gmail Sender Finder
ID hdjliimmdmapicfhfefokhdkdgcljhme
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme
คำอธิบาย Find where your emails are sent from and organize your gmail using labels with just one click.
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-10-28
วันที่เผยแพร่ 2016-10-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Can Ozturk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Sender Finder",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Find where your emails are sent from and organize your gmail using labels with just one click.",
    "icons": {
        "32": "gla_32.jpg",
        "48": "gla_48.jpg",
        "128": "gla_128.png"
    },
    "permissions": [
        "identity",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "Gmail Sender Finder",
        "default_icon": "gla_48.jpg",
        "default_popup": "popup.html"
    },
    "oauth2": {
        "client_id": "954045079248-t1u77bscq106bn3eftt9a421ndm3h78r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify"
        ]
    }
}