Flynk

All your affiliate links. Managed.

什麼是Flynk?

Flynk是由Flynk by NFN Labs開發的Chrome擴展程式,該擴展的主要功能是“All your affiliate links. Managed.”。

擴展截圖

screenshot
screenshot

下載Flynk擴展crx文件

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