Fix Hootsuite Ext

Add many functions to HootSuite

Fix Hootsuite Extคืออะไร?

Fix Hootsuite Ext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.civic-apps.com และคุณลักษณะหลักของมันคือ "Add many functions to HootSuite"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix Hootsuite Ext

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

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

                        Twitter: http://twitter.com/civic
Facebook Page: http://www.facebook.com/fixhootsuite

Temporary and limited support for New Stream.

2.14.0
- minimize massage bugfix.

2.13.0
- Performance degradation bugfix .
- Reactivated a feature of Change column width.

2.12.0
- Temporary and limited support for New Stream.

2.11.0
- Fix hashtag, F2 hotkey and reply bugs.

2.10.0
- Save Column counts on Old Stream.

2.9.5
- Fix bug, auto-hashtag
- Fix bug, QuotedRT Styles

2.9.4
- Fix bug, QuotedRT

2.9.3
- New future, change twitter screen name to user name.
- New future, hide "walk me throgh."
- Fix bug, inline images.


2.9.1
- fix bug, action buttons don't work at search result.
- add direct link setting.

2.9.0
- fix bug, changing style.
- fix bug, clear cache.
- fix bug, get stream id. 
- dark thema update.

2.8.23
- fix retweet, favorite and reply buttons are not working.

2.8.22
- add image url link when inline image hide option.

2.8.21
- add option, nothing inline images.
- fixed some bugs.

2.8.20
- Add the theme future. 2 themes add. (lightgray, dark)

2.8.19
- Support new hootsuite design

2.8.18
- Fixed a bug minimize message.
- Support multiple images from pic.twitter.com

2.8.17
- Fixed a bug flickr inline image.

2.8.16
- Fixed a bug that freeze after sleep.

2.8.15
- Fixed a bug that clear cache from the menu does not work.
- Fixed a bug that show hootsuite setting.
- Fixed a implementation of the pop-up notification. abolition of webkitNotifcation.


2.8.14
- fix bug,sometimes fixhootsuite does not activate.

2.8.13
- fix bug,sometimes cannot open the replying menu.

2.8.12
- fix twitter url expand

2.8.11
- inline image from pic.twitter.com was adjusted.

2.8.10
- inline image from instagram.com supported.
- bug fix: F4 reload doesn't work on manual reload.
- adjust overflow notification. (only shown within 60min)

2.8.8
- bugfix chrome notification api change.
- dobule F2 key press for clear text.

2.8.7
- bugfix style reset after post.

2.8.6
- bugfix favorite button.
- evernote button has been discontinued.

2.8.5
- bugfix favorite button.
- bugfix retweet inline image.

2.8.4
- bugfix datetime custom  bug.

2.8.3
- official RT background-style
- bugfix regexp filter small bug.
- bugfix datetime custom format bug.


2.8.2
- bugfix list RT duplicate.

2.8.1
- update hootsuite RT changes

2.8.0
- Bugfix: export fix-hootsuite setting
- Expand tweet URL link
- Twitter API 1.1                    

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

ชื่อ Fix Hootsuite Ext Fix Hootsuite Ext
ID libkeepfhbgiamhpajlgfcoljimloknk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fix-hootsuite-ext/libkeepfhbgiamhpajlgfcoljimloknk
คำอธิบาย Add many functions to HootSuite
ขนาดไฟล์ 1.56 MB
จำนวนการติดตั้ง 5,956
เวอร์ชันปัจจุบัน 2.14.0
อัปเดตครั้งล่าสุด 2016-07-10
วันที่เผยแพร่ 2016-07-09
คะแนน 4.63/5 รวมทั้งหมด 92 คะแนน
ผู้พัฒนา https://www.civic-apps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.civic-apps.com/chrome-ext/fix-hootsuite/
URL หน้าช่วยเหลือ http://www.civic-apps.com/chrome-ext/fixhootsuite/
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix Hootsuite Ext",
    "version": "2.14.0",
    "manifest_version": 2,
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/hootsuite.com\/dashboard*",
                "https:\/\/hootsuite.com\/dashboard*"
            ],
            "js": [
                "jquery-1.8.1.min.js",
                "sugar-1.3.9.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "http:\/\/fixhootsuite.appspot.com\/oauth-callback?*"
            ],
            "js": [
                "oauth-callback.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/fixhootsuite.appspot.com\/*",
        "http:\/\/api.photozou.jp\/",
        "http:\/\/api.twitter.com\/*",
        "https:\/\/api.twitter.com\/*",
        "http:\/\/upload.twitter.com\/*",
        "http:\/\/hootsuite.com\/dashboard",
        "http:\/\/*.twimg.com\/",
        "https:\/\/*.twimg.com\/",
        "https:\/\/hootsuite.com\/dashboard"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_title": "Fix HootSuite",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "ping.mp3",
        "images\/*.png",
        "thema-css\/*.css"
    ]
}