Grammy Wammy
Automate and scale your Instagram engagement and relationship management on the fly
Grammy Wammy란 무엇입니까?
Grammy Wammy은(는) https://grammywammy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate and scale your Instagram engagement and relationship management on the fly"입니다.
확장 프로그램 스크린샷
Grammy Wammy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } ] } |