Flynk

All your affiliate links. Managed.

Vad är Flynk?

Flynk är en Chrome-tillägg utvecklad av Flynk by NFN Labs, och dess huvudfunktion är "All your affiliate links. Managed.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Flynk-förlängningens CRX-fil

Ladda ner Flynk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Flynk Flynk
ID ngincgodgniloepaokdljdadbanjjdab
Officiell webbadress https://chromewebstore.google.com/detail/flynk/ngincgodgniloepaokdljdadbanjjdab
Beskrivning All your affiliate links. Managed.
Filstorlek 450 KB
Antal Installationer 15
Aktuell Version 0.0.3
Senast Uppdaterad 2016-03-07
Publiceringsdatum 2016-03-06
Utvecklare Flynk by NFN Labs
Betalningssätt free
Tilläggswebbplats https://flynk.in
Stödda Språk 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
        }
    ]
}