PLR Inner Circle

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

Qu'est-ce que PLR Inner Circle ?

PLR Inner Circle est une extension Chrome développée par Darren Ross, et sa fonction principale est "Users of this plugin will receive regular updates regarding various different PLR products and even software.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PLR Inner Circle

Téléchargez les fichiers d'extension PLR Inner Circle 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

                        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).                    

Informations de Base sur l'Extension

Nom PLR Inner Circle PLR Inner Circle
ID ogpdegmmmbhidbchfchfmfmcooiaafji
URL Officiel https://chrome.google.com/webstore/detail/plr-inner-circle/ogpdegmmmbhidbchfchfmfmcooiaafji
Description Users of this plugin will receive regular updates regarding various different PLR products and even software.
Taille du Fichier 35.78 KB
Nombre d'Installations 21
Version Actuelle 0.1
Dernière Mise à Jour 2017-09-14
Date de Publication 2017-09-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Darren Ross
Type de Paiement free
Langues Prises en Charge 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"
    }
}