PLR Inner Circle

Users of this plugin will receive regular updates regarding various different PLR products and even software.

什麼是PLR Inner Circle?

PLR Inner Circle是由Darren Ross開發的Chrome擴展程式,該擴展的主要功能是“Users of this plugin will receive regular updates regarding various different PLR products and even software.”。

擴展截圖

screenshot

下載PLR Inner Circle擴展crx文件

下載PLR Inner Circle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension is provided to customers and subscribers of Darren Ross's PLR Inner Circle group, which up until recently has been exclusive to email inboxes only.  

Now you can receive regular updates beyond just PLR and software, but even tips, resources, and even more to help you boost your business and make the most of it.

Upon installing this extension, you will receive daily updates (most times just once per day) regarding any new PLR packages, software, or even random tips and tricks that will help you improve your business and marketing efforts.

You can hide this extension in your menu if you'd like, as you will still receive the notifications that link you out to the extension (if you have your browser open).                    

擴展基本資訊

名稱 PLR Inner Circle PLR Inner Circle
ID ogpdegmmmbhidbchfchfmfmcooiaafji
官方網址 https://chrome.google.com/webstore/detail/plr-inner-circle/ogpdegmmmbhidbchfchfmfmcooiaafji
簡介 Users of this plugin will receive regular updates regarding various different PLR products and even software.
檔案大小 35.78 KB
安裝次數 21
目前版本 0.1
更新時間 2017-09-14
上架時間 2017-09-14
評分 5.00/5 共 1 次評分
開發者 Darren Ross
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PLR Inner Circle",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Users of this plugin will receive regular updates regarding various different PLR products and even software.",
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icosocial-circle.png",
        "default_title": "Users of this plugin will receive regular updates regarding various different PLR products and even software.",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icosocial-circle.png"
    }
}