Craigslist Fusion

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

什麼是Craigslist Fusion?

Craigslist Fusion是由Vy Ho開發的Chrome擴展程式,該擴展的主要功能是“View images, send emails, email templates, inline posting details, drive direction, all in the listing page.”。

擴展截圖

screenshot

下載Craigslist Fusion擴展crx文件

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