Flynk

All your affiliate links. Managed.

Qu'est-ce que Flynk ?

Flynk est une extension Chrome développée par Flynk by NFN Labs, et sa fonction principale est "All your affiliate links. Managed.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flynk

Téléchargez les fichiers d'extension Flynk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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? :)                    

Informations de Base sur l'Extension

Nom Flynk Flynk
ID ngincgodgniloepaokdljdadbanjjdab
URL Officiel https://chromewebstore.google.com/detail/flynk/ngincgodgniloepaokdljdadbanjjdab
Description All your affiliate links. Managed.
Taille du Fichier 450 KB
Nombre d'Installations 15
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-03-07
Date de Publication 2016-03-06
Développeur Flynk by NFN Labs
Type de Paiement free
Site Web de l'Extension https://flynk.in
Langues Prises en Charge 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
        }
    ]
}