Grammy Wammy
Automate and scale your Instagram engagement and relationship management on the fly
Grammy Wammy क्या है?
Grammy Wammy https://grammywammy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate and scale your Instagram engagement and relationship management on the fly"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Grammy Wammy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Grammy Wammy gives you everything you need to automate your conversations on Instagram. No more missing DM’s on Instagram or sorting through your inbox to find a conversation. Turn your Instagram inbox into a powerful chatbot autoresponder for lead generation and automated follow-up. Automate: Using customized Auto Responses, easily create keywords so Grammy Wammy can reply without any manual effort when someone messages you on Instagram. Optionally, create a welcome message for anyone who has never messaged you before with a time interval of your choice to drip messages out as new messages come in. This extension is an incredible time saver and will keep the conversations going for you without taking up your time.
एक्सटेंशन की मूल जानकारी
नाम | Grammy Wammy |
ID | ipcdnhabbdhpiamlfnhlnbonnbhepanj |
आधिकारिक URL | https://chromewebstore.google.com/detail/grammy-wammy/ipcdnhabbdhpiamlfnhlnbonnbhepanj |
विवरण | Automate and scale your Instagram engagement and relationship management on the fly |
फ़ाइल का आकार | 3.6 MB |
स्थापना संख्या | 191 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2023-12-27 |
प्रकाशन तिथि | 2021-05-25 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://grammywammy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://tier5.us/chrome_extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grammy Wammy", "version": "1.0.4", "manifest_version": 2, "description": "Automate and scale your Instagram engagement and relationship management on the fly", "icons": { "48": "48X48.png", "128": "128X128.png" }, "browser_action": { "default_icon": "128X128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "128X128.png" ], "background": { "scripts": [ "inject-helper\/js\/jquery-3.1.0.min.js", "background.js" ], "persistent": true }, "permissions": [ "storage", "clipboardRead", "https:\/\/www.instagram.com\/*", "debugger" ], "content_scripts": [ { "all_frames": true, "persistent": true, "js": [ "vendor.js", "profileGetter.js" ], "matches": [ "https:\/\/www.instagram.com\/" ], "run_at": "document_end" }, { "all_frames": true, "persistent": true, "js": [ "vendor.js", "ListingMessageChecker.js" ], "matches": [ "https:\/\/www.instagram.com\/direct\/inbox\/" ], "run_at": "document_end" }, { "all_frames": true, "persistent": true, "js": [ "vendor.js", "IndividualMessageChecker.js" ], "matches": [ "https:\/\/www.instagram.com\/direct\/t\/*" ], "run_at": "document_end" } ] } |