Fl.ru helper

Это расширение даст возможность видеть новые сообщения/ответы в проектах/информацию о заказах не открывая сайт. Так же…

What is Fl.ru helper?

Fl.ru helper is a Chrome extension developed by EverythingYouWant, and its main feature is "Это расширение даст возможность видеть новые сообщения/ответы в проектах/информацию о заказах не открывая сайт. Так же…".

Extension Screenshots

screenshot

Download Fl.ru helper Extension CRX File

Download Fl.ru helper 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

                        Это расширение даст возможность видеть новые сообщения/ответы в проектах/информацию о заказах не открывая сайт. Так же отслеживается дата окончания аккаунта PRO. Дополнительным функционалом является список заказов с первой страницы сайта (По фильтрам, выбранными вами ранее на сайте).                    

Extension Basic Information

Name Fl.ru helper Fl.ru helper
ID cfeohncaieecfcbgeailfoogoceefhcj
Official URL https://chromewebstore.google.com/detail/flru-helper/cfeohncaieecfcbgeailfoogoceefhcj
Description Это расширение даст возможность видеть новые сообщения/ответы в проектах/информацию о заказах не открывая сайт. Так же…
File Size 118 KB
Installation Count 38
Current Version 1.0
Last Updated 2016-07-14
Publish Date 2016-07-14
Rating 4.25/5 Total 4 Ratings
Developer EverythingYouWant
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fl.ru helper",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "https:\/\/www.fl.ru\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Open account\/orders info",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    }
}