Phlo Assistant

Phlo Assistant is the easiest way to add sites & search engines to Phlo.

What is Phlo Assistant?

Phlo Assistant is a Chrome extension developed by Cynapse, and its main feature is "Phlo Assistant is the easiest way to add sites & search engines to Phlo.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Phlo Assistant Extension CRX File

Download Phlo Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Phlo lets you type something once and search for it everywhere, across all popular search engines and sites at once. Phlo is currently available for iPhone, iPad, and Mac.

Phlo Assistant for Chrome lets you add your favorite search providers and websites into Phlo. When Phlo Assistant detects an OpenSearch compatible search engine on a website you are browsing, it prompts you nicely to add the site to your collection. If a website or search engine does not have OpenSearch enabled, you can simply right-click on the site’s search box and click on ‘Add to Phlo.’

Phlo Assistant does not require the Phlo app to be running. The sites are added to your Phlo via the Phlo Sync cloud service.

Please Note: Phlo Assistant only works with Phlo and Phlo Sync accounts. Phlo for Mac and iOS can be downloaded from the App Store.

Mac App Store - http://cynapse.com/get/phlo-mac-app-store
iOS App Store - http://cynapse.com/get/phlo-ios-app-store                    

Extension Basic Information

Name Phlo Assistant Phlo Assistant
ID mlpgkapgibacgkclfaoohieblkihhijn
Official URL https://chromewebstore.google.com/detail/phlo-assistant/mlpgkapgibacgkclfaoohieblkihhijn
Description Phlo Assistant is the easiest way to add sites & search engines to Phlo.
File Size 180 KB
Installation Count 31
Current Version 1.0.0.3
Last Updated 2017-01-23
Publish Date 2017-01-23
Rating 4.67/5 Total 3 Ratings
Developer Cynapse
Payment Type free
Extension Website http://www.cynapse.com/phlo
Help Page URL http://www.cynapse.com/contact-us
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.0.3",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/www.cynapse.com\/phlo",
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.7.2.min.js",
                "js\/jquery-ui-1.9.2.custom.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/chrome-page-action-icon-search-available-19.png",
            "38": "img\/chrome-page-action-icon-search-available-38.png"
        },
        "default_title": "__MSG_buttonTitle__"
    },
    "icons": {
        "16": "img\/Iconcolor-16.png",
        "48": "img\/Icon-48.png",
        "128": "img\/Icon-128.png"
    },
    "web_accessible_resources": [
        "img\/loader.gif",
        "img\/textbox-bg.png",
        "img\/textbox-bg-m.png",
        "img\/status-search-unavailable.png",
        "img\/status-search-added.png",
        "img\/status-logged-out.png",
        "img\/status-add.png",
        "img\/slider-bar-bg.png",
        "img\/btn-submit.png",
        "img\/btn-submit-hover.png",
        "img\/btn-phlo-link.png",
        "img\/btn-phlo-link-hover.png",
        "img\/btn-logout.png",
        "img\/btn-logout-hover.png",
        "img\/btn-cancel.png",
        "img\/btn-cancel-hover.png"
    ]
}