Rapid Page Invite
Rapid Page Invite helps you to invite your Facebook friends to your group or like your page.
Rapid Page Invite क्या है?
Rapid Page Invite Justin Muir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rapid Page Invite helps you to invite your Facebook friends to your group or like your page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rapid Page Invite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Rapid Page Invite quickly invites your friends to your Groups or to like your Pages. Make it easy to invite friends to your social media groups and pages. If you want to send them a direct message, you can automate that personal message to let them know why you have invited them and what the group or page is all about.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ekoakmfgemahohlhgbmodkaaigmbkoef |
आधिकारिक URL | https://chrome.google.com/webstore/detail/rapid-page-invite/ekoakmfgemahohlhgbmodkaaigmbkoef |
विवरण | Rapid Page Invite helps you to invite your Facebook friends to your group or like your page. |
फ़ाइल का आकार | 1.59 MB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 1.0.20 |
अंतिम अपडेट | 2022-07-31 |
प्रकाशन तिथि | 2022-06-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Justin Muir |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.geniusresellerprogram.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rapid Page Invite", "description": "Rapid Page Invite helps you to invite your Facebook friends to your group or like your page.", "version": "1.0.20", "icons": { "16": "images\/60b4b8ebcf079d01363fbeb9-Rapid_Page_Invite-1655770306888-small_icon.png", "48": "images\/60b4b8ebcf079d01363fbeb9-Rapid_Page_Invite-1655770306973-medium_icon.png", "128": "images\/60b4b8ebcf079d01363fbeb9-Rapid_Page_Invite-1655770307044-large_icon.png" }, "action": { "default_title": "Rapid Page Invite", "default_popup": "dashboard.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ], "js": [ "lib\/jquery-3.5.1.min.js", "lib\/toastr.min.js", "lib\/moment.min.js", "js\/config.bundle.js", "js\/fb_invite_automation.bundle.js" ], "run_at": "document_end", "css": [ "css\/invite_inj.css", "css\/toastr.min.css" ] } ], "background": { "service_worker": "js\/background.bundle.js" }, "permissions": [ "alarms", "storage", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/*.kyubi.io\/api\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "images\/*.gif" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'", "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'" }, "short_name": "RPI" } |