lknSuite Extension

Quickly share web pages to your social accounts with one click. Twitter, Facebook, Google+,Instagram,Linkedin,Tumblr is supported

什么是lknSuite Extension?

lknSuite Extension是由https://www.lknsuite.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly share web pages to your social accounts with one click. Twitter, Facebook, Google+,Instagram,Linkedin,Tumblr is supported”。

扩展截图

下载lknSuite Extension扩展crx文件

下载lknSuite Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        lknSuite is the simple way to share great content to Twitter, Facebook,Instagram,Tumblr and LinkedIn from anywhere on the web, with just one click.

lknSuite is offer 360 social media services 

* publishing your updates on Twitter, Facebook,Instagram , Tumblr, LinkedIn, Google+ and more.
* Real Time, Fast, Affordable Social Media Monitoring
* Social Media Insights & Competitor Analysis

OVERVIEW

Click the lknSuite button on any website to add Instagram , Tweets and Facebook updates to your queue. From there it will be posted at a better time, well spaced out over the day.

You can schedule your Tweets , Facebook and Instagram updates easier than ever before with lknSuite. 

Try it today to share links, track results and collaborate with other team members – all from one simple dashboard. 



TOP FEATURES

+ Get the best results by sharing on Twitter, Instagram, Facebook, LinkedIn, Google+ and Tumblr 

+ Add to your lknSuite and you will be tweeting and posting to Facebook and other social networks consistently, day in day out.

Sign up for lknSuite for free at https://www.lknsuite.com.


MORE DETAILS

lknSuite is free to use and offers paid plans for higher volume users.


Twitter
With lknSuite’s Twitter integration, you will be able to schedule Tweets in a completely new way. Add them to your lknSuite and we take care of the rest. lknSuite also allows you to schedule Tweets and retweets

Facebook
Posting to Facebook consistently is hard. With lknSuite you can easily post pictures, links and more exactly when most of your friends and fans will be online. Add you updates to your lknSuite queue and we will also track your results in real time. 

LinkedIn
Cross-posting to multiple social networks is easy with lknSuite. Connect your LinkedIn account and see how well your updates are performing there when posted through lknSuite.

Instagram Auto Post & Scheduler
lknSuite is an online marketing tool auto posting web application that allows you to auto post to Instagram, schedule and manage your Instagram accounts at the same time. With lknSuite, you can post and assess your posts in a single panel and save time managing multiple Instagram accounts. Schedule Your posts to Instagram accounts. It's your easy Instagram sharing extension


The lknSuite App store

lknSuite is integrated with lots of great apps, so you can add updates to your queue from anywhere. Here are the most popular ones:

+ lknSuite Button: Get more shares on your blog by installing the lknSuite Button.  - https://www.lknsuite.com/apps/button/
+ and many more! (see https://www.lknsuite.com/apps)

*Some frequent questions:*

> Can you use lknSuite with multiple Twitter, Facebook and LinkedIn accounts?

Yes, lknSuite works with multiple accounts for Twitter, Instagram, Facebook and LinkedIn. Just sign in at http://www.lknsuite.com and click "Connect Account" from the Dashboard or Settings.

> Can you schedule individual Twitter tweets and Facebook posts with lknSuite like you can with Hootsuite  and Buffer?

lknSuite can do that and much more. The first powerful way to use lknSuite is to simply add new updates to the queue and lknSuite publishes them for you, well spaced out over the day. In addition to that, you can also choose to share new updates at a specific date and time.

> Why do we need to access your data on all websites?

This is required so we can let you lknSuite from any page on the web - without it, lknSuite wouldn't work! We don't actually access any of your data – the only thing we store is the content you add to your queues, so there's no need to worry!

*Have any more questions?*

You can find us here:

Twitter: @lknsuite
Facebook: http://facebook.com/lknsuite
Email: [email protected] - https://www.lknsuite.com/support                    

扩展基本信息

名称 lknSuite Extension lknSuite Extension
ID cihckpokjeogeahebhjonnepllnkpgkn
官方URL https://chrome.google.com/webstore/detail/lknsuite-extension/cihckpokjeogeahebhjonnepllnkpgkn
简介 Quickly share web pages to your social accounts with one click. Twitter, Facebook, Google+,Instagram,Linkedin,Tumblr is supported
文件大小 54.43 KB
安装次数 350
当前版本 1.1.2
更新时间 2017-11-14
上架时间 2017-11-14
评分 3.33/5 共6次评分
开发者 https://www.lknsuite.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.lknsuite.com/apps/chrome/
隐私政策页面URL https://www.simpletools.nl/privacy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.2",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.lknsuite.com",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/custom.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "",
        "https:\/\/www.lknsuite.com\/"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "web_accessible_resources": [
        "popup.html",
        "frame.html",
        "https:\/\/www.lknsuite.com\/*"
    ]
}