Regram Later - Instagram Repost for Later

Create Instagram repost with automatic captions for scheduling with Later.com extension.

Regram Later - Instagram Repost for Laterคืออะไร?

Regram Later - Instagram Repost for Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DEPHONY และคุณลักษณะหลักของมันคือ "Create Instagram repost with automatic captions for scheduling with Later.com extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Regram Later - Instagram Repost for Later

ดาวน์โหลดไฟล์ส่วนขยาย Regram Later - Instagram Repost for Later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension offers automatic repost caption using smart caption templates with proper credits and hashtags for any photo on Instagram.

ONE GOAL: boost Instagram repost workflow as a serious social marketing strategy!

💎 FEATURES 💎
✅ Smart, customizable caption templates for generating captions automatically and dynamically
✅ Auto detect hashtags from the original post and from the comment section to reuse in your caption
✅ Auto detect mention tags for giving credits
✅ Show action buttons directly on Instagram page
✅ Works nicely with Later.com and its Chrome extension (optional)
✅ Include queue system for automating making regrams and add to Later.com media library

CHANGE LOG

>>> Update v1.6.0
+ Fix incorrect author name when there is a blue verified check
+ Fix incorrect handling of multi-photo posts
+ Fix incorrect handling of queued thumbnail photos

This allows "Later" Chrome extension to add the photo to your post schedule. The Later extension is a very convenient way for grabbing photos on most websites for social posts, but it doesn't work on Instagram page. That is what this "Regram Later" extension solves.

Moreover, the smart caption feature saves you a great amount of time by automatically detecting the authors to give proper credits as well as including hashtags from the original post.

🆓 Regram Later is free to use, but you need to have an account on Later.com to schedule posts.

🔥 We believe this will supercharge your productivity in your Instagram strategy! 🔥

We'd love to know how this tool help you and your team, and please contact us if you encounter technical issues to have them resolved before giving a negative review 😉

Because Instagram sometimes updates its website, there might be some downtime for us to catch up with the update. Please let us know ASAP when it doesn't work, and we will fix it right away. 👍                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Regram Later - Instagram Repost for Later Regram Later - Instagram Repost for Later
ID jhblbpejbfgogmhhkaeeicanbgaaehid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/regram-later-instagram-re/jhblbpejbfgogmhhkaeeicanbgaaehid
คำอธิบาย Create Instagram repost with automatic captions for scheduling with Later.com extension.
ขนาดไฟล์ 449 KB
จำนวนการติดตั้ง 1,663
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2020-11-18
วันที่เผยแพร่ 2020-04-01
คะแนน 3.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา DEPHONY
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://regram.dephony.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Regram Later - Instagram Repost for Later",
    "short_name": "Regram Later",
    "version": "1.6.0",
    "description": "Create Instagram repost with automatic captions for scheduling with Later.com extension.",
    "permissions": [
        "activeTab"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhClxVTg69R7eqalVESnOLa2nMgSPQsGZpMiqWtIUC9gsXE8HdQOjITGX+KGpArw1IaQbzKg9jP3uZHU4e9WmMDU6\/drrIp+p+fFFo7CybgouV2BpJm0veVfjyKWfOmWGRJO1DsGFu46ZLrtLceA\/Cf8OdlS0iHsZlfh\/q7HHCoh6bqZlfC02q5YhJe6A\/BzExgwIXyJ4mLx1jtoWLwo0CI3SJN0jiGW\/zmN8+O3mkqKqY7SWcOnjWYPYV4xLcHpXvEruiYfTon4\/D05cERr3UhSMtvZUFFRuZ10ZFp3vgEstPvrP8UlBLksFZg7gvuGYv19shZl+pEGK\/ins9rE9+QIDAQAB",
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.min.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/regram.dephony.com\/*",
                "*:\/\/app.later.com\/*"
            ],
            "css": [
                "vendor\/bttncss\/bttn.min.css",
                "vendor\/izitoast\/iziToast.min.css",
                "vendor\/mfb\/mfb.min.css",
                "style.css"
            ],
            "js": [
                "regram-later.min.js",
                "vendor\/mfb\/mfb.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/regram.dephony.com\/*"
        ]
    }
}