Flynk

All your affiliate links. Managed.

Что такое Flynk?

Flynk - это расширение Chrome, разработанное Flynk by NFN Labs, и его основная функция - "All your affiliate links. Managed.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Flynk

Скачайте файлы расширений Flynk в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Flynk is a central place to manage all your affiliate links - which allows you to share interesting products across Facebook, Twitter, LinkedIn, Google+ with a single tap and gives you insights about each link.

For more details visit: flynk.in

Why do you need it?
What if - you could share an interesting product and it automatically adds the right affiliate link to it, creates a shortlink, makes it ready for sharing across multiple social networks and then gives you details analytics about each link.

You need to have an account in Flynk to start using the Chrome Extension. 

***************************

FEATURES

**Share**
Adding a product link automatically adds the right affiliate and creates a shortlink ready for sharing.

**Social Connects**
Select between multiple social accounts to share your posts across all of them with a single tap.

**Bookmark**
Bookmark interesting links to be used at a later time. All links will be available on the site

**Visuals**
Choose product shots and add it to your posts easily. They say links with visuals perform a lot better ;)

***************************

GET IN TOUCH

You can also connect with us on Twitter @flynk_in for faster responses.

We want to keep making Flynk better with each passing day. Do leave us a nice review if you like it and spread the word with friends for good karma? :)                    

Основная информация о расширении

Название Flynk Flynk
ID ngincgodgniloepaokdljdadbanjjdab
Официальный URL https://chromewebstore.google.com/detail/flynk/ngincgodgniloepaokdljdadbanjjdab
Описание All your affiliate links. Managed.
Размер файла 450 KB
Количество установок 15
Текущая Версия 0.0.3
Последнее Обновление 2016-03-07
Дата публикации 2016-03-06
Разработчик Flynk by NFN Labs
Тип оплаты free
Официальный сайт расширения https://flynk.in
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flynk",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Flynk Composer",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": []
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/*.google-analytics.com\/**\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "css": [],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}