INNER CIRCLE DEETS
UPDATE ALL CLIENTS INSTANTLY WITH YOUR POSTS, LINKS OR ANY CONTENT, PRIVATELY!
Τι είναι το INNER CIRCLE DEETS;
Το INNER CIRCLE DEETS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BOS, και η κύρια λειτουργία του είναι "UPDATE ALL CLIENTS INSTANTLY WITH YOUR POSTS, LINKS OR ANY CONTENT, PRIVATELY!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης INNER CIRCLE DEETS
Λήψη αρχείων επέκτασης INNER CIRCLE DEETS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Inner Circle Deets from BOS is a FREE SECRET coaching app, That Connects You To Your Audience Directly With Your Own Direct Message & Content Delivery Application so You Do Not Have To Depend On Undependable Email, Inconsistent Social Feeds and Platforms, or other Messaging apps that are Highly Restrictive or even Block The Amount Of Users or Content You May Wish To Have! FREE SECRECT WEAPON If You are A Coach, Trainer, Influencers, Top Marketer, or an Affiliate to Inform, Train and Deliver Your IMPORTANT, TOP SECRET STRATEGIES and "DEETS"(Details) to YOUR Fans, Followers, Members or Paying Clients in ANY Industry! Inner Circle Deets from BOS is a FREE SECRET coaching app, That Connects You To Your Audience Directly With Your Own Direct Message & Content Delivery Application so You Do Not Have To Depend On Undependable Email, Inconsistent Social Feeds and Platforms, or other Messaging apps that are Highly Restrictive or even Block The Amount Of Users or Content You May Wish To Have! Welcome to INNER CIRCLE DEETS! Where YOUR Details or Content STAYS YOUR Details or CONTENT, except to Those You Wish to Give it to... INSTANTLY! Share ANY: -Social Media Posts -Links / URL's -Content -Private Training Videos -PDF's -Training Documents -Private Membership Information -Contest or Challenge Details DAILY or Hourly! -And MUCH MUCH MORE! If YOU Have Any type or Kind of Audience that You Wish To Give A Better More Personalize One to One Private Experience With You or Your Content Then INNER CIRCLE DEETS Is For You! Give ALL Your Social Media Links, Posts, Trainings, Marketing Tips Tricks and Hacks, Daily Inspirational Quotes, Memos and Encouragement to A Specific Group of your Audience or ALL Your Audience at Once Immediately!
Βασικές Πληροφορίες Επέκτασης
Όνομα | INNER CIRCLE DEETS |
ID | hnmhcieekokghkakdnngedapbbjcbjif |
Επίσημο URL | https://chromewebstore.google.com/detail/inner-circle-deets/hnmhcieekokghkakdnngedapbbjcbjif |
Περιγραφή | UPDATE ALL CLIENTS INSTANTLY WITH YOUR POSTS, LINKS OR ANY CONTENT, PRIVATELY! |
Μέγεθος Αρχείου | 2.01 MB |
Αριθμός Εγκαταστάσεων | 95 |
Τρέχουσα Έκδοση | 1.171 |
Τελευταία Ενημέρωση | 2023-12-20 |
Ημερομηνία Δημοσίευσης | 2022-01-25 |
Προγραμματιστής | BOS |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://innercircledeets.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://innercircledeets.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://app.mysocial360.com/privacypolicy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "INNER CIRCLE DEETS", "short_name": "Inner Circle Deets", "version": "1.171", "description": "UPDATE ALL CLIENTS INSTANTLY WITH YOUR POSTS, LINKS OR ANY CONTENT, PRIVATELY!", "manifest_version": 3, "homepage_url": "https:\/\/innercircledeets.com", "minimum_chrome_version": "88", "permissions": [ "gcm", "identity", "identity.email", "storage", "notifications", "cookies" ], "action": { "default_title": "Start using Inner Circle Deets", "default_popup": "index.html", "default_icon": { "16": "logo16.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png", "192": "logo192.png", "512": "logo512.png" } }, "content_scripts": [ { "matches": [ "https:\/\/beta.app.innercircledeets.com\/innercircledeets\/deets\/*", "http:\/\/beta.app.innercircledeets.com\/innercircledeets\/deets\/*" ], "css": [ ".\/libs\/bootstrap.css" ], "js": [ ".\/libs\/sweetalert.js", ".\/content\/deets.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/accountscenter.facebook.com\/profiles\/", "https:\/\/accountscenter.facebook.com\/personal_info\/", "https:\/\/accountscenter.facebook.com\/profiles\/*", "https:\/\/accountscenter.facebook.com\/personal_info\/*" ], "js": [ ".\/content\/facebook.login.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*" ], "css": [ ".\/libs\/bootstrap.css" ], "js": [ ".\/content\/facebook.invites.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/app.mysocial360.com\/oauth\/*", "https:\/\/beta.app.innercircledeets.com\/innercircledeets\/api\/*" ], "js": [ ".\/messages\/auth.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/winner.fbgroupmaster.com\/*", "http:\/\/winner.innercirclecontest.com\/*", "https:\/\/winner.innercirclecontest.com\/*" ], "js": [ ".\/content\/fbgroupmaster.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "logo16.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |