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
        }
    ]
}