Craigslist Fusion

View images, send emails, email templates, inline posting details, drive direction, all in the listing page.

Craigslist Fusionคืออะไร?

Craigslist Fusion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vy Ho และคุณลักษณะหลักของมันคือ "View images, send emails, email templates, inline posting details, drive direction, all in the listing page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Craigslist Fusion

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

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

                        When viewing Craigslist listing, the addon shows preview images, text within the same windows. It let users send emails automatically on filtered items, send emails from saved drafts, create saved filters with keywords and prices, view post details, map location, map drive direction, and mark spam. There are many configurable options. The user interface is very easy to use, and customisable.                    

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

ชื่อ Craigslist Fusion Craigslist Fusion
ID kbndhjopnmocfdbiadflemokaanhpmmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/craigslist-fusion/kbndhjopnmocfdbiadflemokaanhpmmf
คำอธิบาย View images, send emails, email templates, inline posting details, drive direction, all in the listing page.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 9.9.57.1
อัปเดตครั้งล่าสุด 2017-10-17
วันที่เผยแพร่ 2017-10-16
ผู้พัฒนา Vy Ho
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "View images, send emails, email templates, inline posting details, drive direction, all in the listing page.",
    "name": "Craigslist Fusion",
    "version": "9.9.57.1",
    "content_scripts": [
        {
            "exclude_globs": [
                "http:\/\/forums.craigslist.*\/*",
                "http:\/\/*.craigslist.org\/about\/localstorage"
            ],
            "js": [
                "chrome\/content\/MergeSpace.js",
                "chrome\/content\/gen\/Namespaces.js",
                "chrome\/content\/gen\/Language.js",
                "chrome\/content\/gen\/CraigslistFusion.js",
                "chrome\/content\/gen\/Preferences.js",
                "chrome\/content\/gen\/ContactInfo.js",
                "chrome\/content\/gen\/Preference.js",
                "chrome\/content\/gen\/UserInterface.js",
                "chrome\/content\/gen\/Utilities.js",
                "chrome\/content\/gen\/Windows.js",
                "chrome\/content\/gen\/Serializer.js",
                "chrome\/content\/gen\/Networks.js",
                "chrome\/content\/gen\/Persistence.js",
                "chrome\/content\/gen\/Collections.js",
                "chrome\/content\/gen\/Resources.js",
                "chrome\/content\/gen\/Parser.js",
                "chrome\/content\/gen\/Startup.js",
                "chrome\/content\/ClearSpace.js"
            ],
            "matches": [
                "http:\/\/*.craigslist.ca\/",
                "http:\/\/*.craigslist.ca\/*",
                "http:\/\/*.craigslist.co.uk\/*",
                "http:\/\/*.craigslist.org\/",
                "http:\/\/*.craigslist.org\/*",
                "http:\/\/*.craigslist.tld\/*",
                "https:\/\/*.craigslist.ca\/",
                "https:\/\/*.craigslist.ca\/*",
                "https:\/\/*.craigslist.co.uk\/*",
                "https:\/\/*.craigslist.org\/",
                "https:\/\/*.craigslist.org\/*",
                "https:\/\/*.craigslist.tld\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "storage",
        "cookies",
        "http:\/\/*.craigslist.org\/*",
        "https:\/\/*.craigslist.org\/*",
        "https:\/\/*.craigslist.ca\/*",
        "https:\/\/*.craigslist.uk\/*",
        "http:\/\/*.craigslist.uk\/*",
        "http:\/\/*.craigslist.ca\/*"
    ],
    "web_accessible_resources": [
        "chrome\/resources\/*.png"
    ]
}